summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-13 23:12:40 +0000
committerrodent <rodent@pkgsrc.org>2015-04-13 23:12:40 +0000
commitdae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch)
tree0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /finance
parenteca16f16d39ee70b8857fc2115818e11e215bcef (diff)
downloadpkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'finance')
-rw-r--r--finance/moneyguru/Makefile4
-rw-r--r--finance/py-python-bitcoinlib/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
index 0fafb251641..410573e191d 100644
--- a/finance/moneyguru/Makefile
+++ b/finance/moneyguru/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/04/03 09:17:41 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/04/13 23:12:42 rodent Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c
USE_TOOLS= pax
-PYTHON_VERSIONS_INCOMPATIBLE= 26 27 # 3.x only
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # 3.x only
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
REPLACE_PYTHON+= cocoa/waf
diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile
index cc183426709..2b4854f609b 100644
--- a/finance/py-python-bitcoinlib/Makefile
+++ b/finance/py-python-bitcoinlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/04/01 02:53:12 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:42 rodent Exp $
DISTNAME= python-bitcoinlib-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,5 @@ LICENSE= gnu-lgpl-v2.1 AND mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 26
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"