pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-swiftclient



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 10:59:52 UTC 2018

Modified Files:
        pkgsrc/www/py-swiftclient: Makefile

Log Message:
Removed usuned lines


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-swiftclient/Makefile

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

Modified files:

Index: pkgsrc/www/py-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.4 pkgsrc/www/py-swiftclient/Makefile:1.5
--- pkgsrc/www/py-swiftclient/Makefile:1.4      Fri Feb  2 08:36:10 2018
+++ pkgsrc/www/py-swiftclient/Makefile  Fri Feb  2 10:59:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/02/02 08:36:10 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/02 10:59:51 adam Exp $
 
 DISTNAME=      python-swiftclient-3.5.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,8 +10,6 @@ HOMEPAGE=     https://github.com/openstack/p
 COMMENT=       Python bindings to the OpenStack Object Storage API
 LICENSE=       apache-2.0
 
-#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
-
 DEPENDS+=      ${PYPKGPREFIX}-keystone>=0.7.0:../../emulators/py-keystone
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.1:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
@@ -33,6 +31,5 @@ post-install:
        ${MV} bin/swift bin/swift${PYVERSSUFFIX} && \
        ${MV} man/man1/swift.1 man/man1/swift${PYVERSSUFFIX}.1 || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index