pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sparqlwrapper: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Mar 31 09:54:03 2017 -0500
Changeset:	989d3df02f3e80d510fb7aad3071df4ce40c2846

Modified Files:
	py-sparqlwrapper/DESCR
	py-sparqlwrapper/Makefile
	py-sparqlwrapper/PLIST

Log Message:
py-sparqlwrapper: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=989d3df02f3e80d510fb7aad3071df4ce40c2846

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sparqlwrapper/DESCR    |  2 --
 py-sparqlwrapper/Makefile | 11 +++++------
 py-sparqlwrapper/PLIST    | 10 +++++-----
 3 files changed, 10 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-sparqlwrapper/DESCR b/py-sparqlwrapper/DESCR
index 2001dcc2fe..47ff8cf6ec 100644
--- a/py-sparqlwrapper/DESCR
+++ b/py-sparqlwrapper/DESCR
@@ -1,4 +1,2 @@
 This is a wrapper around a SPARQL service. It helps in creating the query URI
 and, possibly, convert the result into a more manageable format.
-
-WWW: http://rdflib.github.io/sparqlwrapper/
diff --git a/py-sparqlwrapper/Makefile b/py-sparqlwrapper/Makefile
index 457bdfb402..09a5ed0a0a 100644
--- a/py-sparqlwrapper/Makefile
+++ b/py-sparqlwrapper/Makefile
@@ -7,22 +7,21 @@
 DISTNAME=	SPARQLWrapper-${PORTVERSION}
 PKGNAME=	${PYPKGPREFIX}-sparqlwrapper-${PORTVERSION}
 CATEGORIES=	textproc
-MASTER_SITES=	${CHEESESHOP}
-
+MASTER_SITES=	${MASTER_SITE_PYPI:=/S/SPARQLWrapper/}
 MAINTAINER=	bacon4000%gmail.com@localhost
 
+HOMEPAGE=	http://rdflib.github.io/sparqlwrapper/
 COMMENT=	SPARQL endpoint interface to Python
-#LICENSE=	
+LICENSE=	w3c
 
 # Pessimistic assumption.  Test and change if possible.
-MAKE_JOBS_SAFE=	no
+# MAKE_JOBS_SAFE=	no
 
 # Just assuming C and C++: Adjust this!
 # USE_LANGUAGES=	c c++
 PYDISTUTILSPKG=	yes
 
 PORTVERSION=	1.6.2
-CHEESESHOP=	http://pypi.python.org/packages/source/S/SPARQLWrapper/
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-sparqlwrapper/PLIST b/py-sparqlwrapper/PLIST
index 2fef5edb5f..870447e331 100644
--- a/py-sparqlwrapper/PLIST
+++ b/py-sparqlwrapper/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-${PYSITELIB}/SPARQLWrapper-${PKGVERSION}-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/SPARQLWrapper-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/SPARQLWrapper-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/SPARQLWrapper-${PKGVERSION}-py2.7.egg-info/requires.txt
-${PYSITELIB}/SPARQLWrapper-${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/SPARQLWrapper/KeyCaseInsensitiveDict.py
 ${PYSITELIB}/SPARQLWrapper/KeyCaseInsensitiveDict.pyc
 ${PYSITELIB}/SPARQLWrapper/KeyCaseInsensitiveDict.pyo


Home | Main Index | Thread Index | Old Index