pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-swiftclient Removed usuned lines



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a97d316593c2
branches:  trunk
changeset: 375036:a97d316593c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 02 10:59:51 2018 +0000

description:
Removed usuned lines

diffstat:

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

diffs (25 lines):

diff -r 5bd27d01fdf6 -r a97d316593c2 www/py-swiftclient/Makefile
--- a/www/py-swiftclient/Makefile       Fri Feb 02 10:41:00 2018 +0000
+++ b/www/py-swiftclient/Makefile       Fri Feb 02 10:59:51 2018 +0000
@@ -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 @@
 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 @@
        ${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