pkgsrc-WIP-changes archive

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

py-xopen: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 5 15:59:15 2017 -0600
Changeset:	a056c18a14af83550a36720980b90e13ce35f9a4

Modified Files:
	py-xopen/Makefile
	py-xopen/PLIST

Log Message:
py-xopen: Clean up

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

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

diffstat:
 py-xopen/Makefile | 12 ++++--------
 py-xopen/PLIST    | 10 +++++-----
 2 files changed, 9 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-xopen/Makefile b/py-xopen/Makefile
index 0b7d2bddd8..6f92683723 100644
--- a/py-xopen/Makefile
+++ b/py-xopen/Makefile
@@ -5,21 +5,17 @@
 #              Fri Nov  3 14:01:34 CDT 2017               #
 ###########################################################
 
-DISTNAME=	xopen-${PORTVERSION}
-PKGNAME=	${PYPKGPREFIX}-xopen-${PORTVERSION}
-CATEGORIES=	devel
+DISTNAME=	xopen-0.3.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=x/xopen/}
 
 MAINTAINER=	bacon4000%gmail.com@localhost
 HOMEPAGE=	https://pypi.python.org/pypi/xopen
 COMMENT=	Open compressed files transparently
-# Check this
 LICENSE=	mit
 
 PYDISTUTILSPKG=	yes
 
-PORTVERSION=	0.3.2
-
-# Verify that we shouldn't use egg.mk or extensions.mk instead.
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-xopen/PLIST b/py-xopen/PLIST
index d929b060a7..f3fd64b92a 100644
--- a/py-xopen/PLIST
+++ b/py-xopen/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/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}/xopen.py
 ${PYSITELIB}/xopen.pyc
 ${PYSITELIB}/xopen.pyo


Home | Main Index | Thread Index | Old Index