diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-04 12:02:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-04 12:02:41 +0000 |
commit | 28591f693a6fb7c9a5eb593a9a21534dd14857c0 (patch) | |
tree | d655809e086a48e9c135e3f7c708885a576a2c00 /databases/py-datapkg/Makefile | |
parent | 7527e7e5abc19b172edbf4b21320d3b1ea2e4817 (diff) | |
download | pkgsrc-28591f693a6fb7c9a5eb593a9a21534dd14857c0.tar.gz |
Reimport pkgsrc/databases/datapkg.
On request by joerg, prefix PKGNAME with py??- since it installs a python
library; this way all binary packages can coexist.
The separate packages will still conflict due to bin/datapkg though.
Diffstat (limited to 'databases/py-datapkg/Makefile')
-rw-r--r-- | databases/py-datapkg/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile new file mode 100644 index 00000000000..dc28966bb28 --- /dev/null +++ b/databases/py-datapkg/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/04 12:02:41 wiz Exp $ +# + +DISTNAME= datapkg-0.8 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/okfn-datapkg-//:C/-0-.*$//} +CATEGORIES= databases +MASTER_SITES= http://pypi.python.org/packages/source/d/datapkg/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://okfn.org/projects/datapkg/ +COMMENT= Tool for distributing, discovering, and installing data packages +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-ckanclient-[0-9]*:../../databases/py-ckanclient + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= datapkg-[0-9]* + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |