pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-rdfextras: Clean up
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Fri Mar 31 10:36:43 2017 -0500
Changeset: 00ed308c733a7bee64b0187ffa75e65189437bd5
Modified Files:
py-rdfextras/Makefile
py-rdfextras/PLIST
Log Message:
py-rdfextras: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=00ed308c733a7bee64b0187ffa75e65189437bd5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-rdfextras/Makefile | 21 +++++++--------------
py-rdfextras/PLIST | 12 ++++++------
2 files changed, 13 insertions(+), 20 deletions(-)
diffs:
diff --git a/py-rdfextras/Makefile b/py-rdfextras/Makefile
index 4abcc0ad7a..d2bcbd2da2 100644
--- a/py-rdfextras/Makefile
+++ b/py-rdfextras/Makefile
@@ -7,27 +7,20 @@
DISTNAME= v${PORTVERSION}
PKGNAME= ${PYPKGPREFIX}-rdfextras-${PORTVERSION}
CATEGORIES= python
-MASTER_SITES= https://github.com/RDFLib/rdfextras/archive/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=RDFLib/rdfextras/archive/}
MAINTAINER= bacon4000%gmail.com@localhost
-COMMENT=
-#LICENSE=
+COMMENT= Collection of packages providing extras based on RDFLib 3
+LICENSE= original-bsd
-# Pessimistic assumption. Test and change if possible.
-MAKE_JOBS_SAFE= no
-
-# Just assuming C and C++: Adjust this!
-USE_LANGUAGES= c c++
-PYDISTUTILSPKG= yes
+DEPENDS+= ${PYPKGPREFIX}-rdflib-3.4.0:../../wip/py-rdflib340
WRKSRC= ${WRKDIR}/rdfextras-${PORTVERSION}
-PORTVERSION= 0.4
+EGG_NAME= rdfextras-${PORTVERSION}
-#AUTO_MKDIRS= yes
+PORTVERSION= 0.4
-.include "../../lang/python/distutils.mk"
-# FIXME: Actually requires exactly rdflib 3.4.0, but bl3 doesn't take ==
-.include "../../wip/py-rdflib340/buildlink3.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-rdfextras/PLIST b/py-rdfextras/PLIST
index 0292db671c..63e37fa7e4 100644
--- a/py-rdfextras/PLIST
+++ b/py-rdfextras/PLIST
@@ -3,12 +3,12 @@ bin/csv2rdf
bin/rdf2dot
bin/rdfpipe
bin/rdfs2dot
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/entry_points.txt
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/requires.txt
-${PYSITELIB}/rdfextras-${PKGVERSION}-py2.7.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/rdfextras/__init__.py
${PYSITELIB}/rdfextras/__init__.pyc
${PYSITELIB}/rdfextras/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index