pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-asn1 Remove variables that have default va...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0a464d5bd78
branches:  trunk
changeset: 360810:d0a464d5bd78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 08 13:37:47 2017 +0000

description:
Remove variables that have default values.

diffstat:

 security/py-asn1/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 8dd1462ea33e -r d0a464d5bd78 security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Sat Apr 08 13:35:26 2017 +0000
+++ b/security/py-asn1/Makefile Sat Apr 08 13:37:47 2017 +0000
@@ -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 @@
 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