pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  8 13:37:47 UTC 2017

Modified Files:
        pkgsrc/security/py-asn1: Makefile

Log Message:
Remove variables that have default values.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-asn1/Makefile

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

Modified files:

Index: pkgsrc/security/py-asn1/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.8 pkgsrc/security/py-asn1/Makefile:1.9
--- pkgsrc/security/py-asn1/Makefile:1.8        Sat Apr  8 11:25:11 2017
+++ pkgsrc/security/py-asn1/Makefile    Sat Apr  8 13:37:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/08 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/08 13:37:47 wiz Exp $
 
 DISTNAME=      pyasn1-0.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,8 +10,5 @@ HOMEPAGE=     http://pyasn1.sourceforge.net/
 COMMENT=       ITU Abstract Syntax Notification for Python
 LICENSE=       2-clause-bsd
 
-PYDISTUTILSPKG=                yes
-PYSETUP=               setup.py
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index