summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-07-20 16:48:46 +0000
committerrichard <richard@pkgsrc.org>2013-07-20 16:48:46 +0000
commitf4b6301eb9da1f5e32ada4d027ea01e2d79b845e (patch)
tree515e2cf6e06107b1c44a54eeb746cddf052b0e2e /finance
parentffb201991194af72bd6c73ec7991748b932ab1fd (diff)
downloadpkgsrc-f4b6301eb9da1f5e32ada4d027ea01e2d79b845e.tar.gz
Python module to validate VAT numbers. VAT means "Value Added Tax".
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile3
-rw-r--r--finance/py-vatnumber/DESCR1
-rw-r--r--finance/py-vatnumber/Makefile23
-rw-r--r--finance/py-vatnumber/PLIST12
-rw-r--r--finance/py-vatnumber/distinfo5
5 files changed, 43 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index a46f43944a3..5669a9add6b 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2012/10/27 19:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2013/07/20 16:48:46 richard Exp $
#
COMMENT= Monetary, financial and related applications
@@ -14,6 +14,7 @@ SUBDIR+= p5-Data-Currency
SUBDIR+= p5-Finance-Currency-Convert-WebserviceX
SUBDIR+= p5-Finance-Quote
SUBDIR+= p5-Locale-Currency-Format
+SUBDIR+= py-vatnumber
SUBDIR+= ruby-activemerchant
SUBDIR+= ruby-braintree
SUBDIR+= tclticker
diff --git a/finance/py-vatnumber/DESCR b/finance/py-vatnumber/DESCR
new file mode 100644
index 00000000000..75c885790a0
--- /dev/null
+++ b/finance/py-vatnumber/DESCR
@@ -0,0 +1 @@
+Python module to validate VAT numbers. VAT means "Value Added Tax".
diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile
new file mode 100644
index 00000000000..5fcb343fa14
--- /dev/null
+++ b/finance/py-vatnumber/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/07/20 16:48:46 richard Exp $
+DISTNAME= vatnumber-1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= http://vatnumber.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/vatnumber/
+COMMENT= Python module to validate VAT numbers
+LICENSE= gnu-gpl-v3
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.py-vatnumber
+PKG_SUPPORTED_OPTIONS= vatnumber-suds
+PKG_SUGGESTED_OPTIONS= vatnumber-suds
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mvatnumber-suds)
+DEPENDS+= ${PYPKGPREFIX}-suds-[0-9]*:../../net/py-suds
+.endif
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-vatnumber/PLIST b/finance/py-vatnumber/PLIST
new file mode 100644
index 00000000000..a5aca2af65e
--- /dev/null
+++ b/finance/py-vatnumber/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/20 16:48:46 richard Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/vatnumber/__init__.py
+${PYSITELIB}/vatnumber/__init__.pyc
+${PYSITELIB}/vatnumber/__init__.pyo
+${PYSITELIB}/vatnumber/tests.py
+${PYSITELIB}/vatnumber/tests.pyc
+${PYSITELIB}/vatnumber/tests.pyo
diff --git a/finance/py-vatnumber/distinfo b/finance/py-vatnumber/distinfo
new file mode 100644
index 00000000000..de8b21a6ef5
--- /dev/null
+++ b/finance/py-vatnumber/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/20 16:48:46 richard Exp $
+
+SHA1 (vatnumber-1.1.tar.gz) = b077757ba2174daf30dbbdccffb566a4d5be8430
+RMD160 (vatnumber-1.1.tar.gz) = 66dc6fb0e574d3827915042ef71535b093696dda
+Size (vatnumber-1.1.tar.gz) = 22032 bytes