pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Mon Sep 2 15:31:01 2019 +0200
Changeset: 9d89708de0f72a87b26a8d4d85aa1eb111d08ea8
Modified Files:
coq/options.mk
elixir-cross-ref/Makefile
icestorm-git/Makefile
mailman3/Makefile
py-aiohttp-socks/Makefile
py-aiorpcx/Makefile
py-algebraixlib/Makefile
py-okpy/Makefile
py-peru/Makefile
yosys/Makefile
Log Message:
Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d89708de0f72a87b26a8d4d85aa1eb111d08ea8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coq/options.mk | 2 +-
elixir-cross-ref/Makefile | 2 +-
icestorm-git/Makefile | 2 +-
mailman3/Makefile | 2 +-
py-aiohttp-socks/Makefile | 2 +-
py-aiorpcx/Makefile | 2 +-
py-algebraixlib/Makefile | 2 +-
py-okpy/Makefile | 2 +-
py-peru/Makefile | 2 +-
yosys/Makefile | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diffs:
diff --git a/coq/options.mk b/coq/options.mk
index a21c5b46a8..6a7deb007e 100644
--- a/coq/options.mk
+++ b/coq/options.mk
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= coqide
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdoc)
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
CONFIGURE_ARGS+= -with-doc yes
PLIST.doc= yes
BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
diff --git a/elixir-cross-ref/Makefile b/elixir-cross-ref/Makefile
index f84fb43a9f..b146a32c2c 100644
--- a/elixir-cross-ref/Makefile
+++ b/elixir-cross-ref/Makefile
@@ -14,7 +14,7 @@ LICENSE= gnu-agpl-v3 # Patches are from AGPLv3 version
USE_LANGUAGES= # none
USE_TOOLS+= gsed:run perl:run pax
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
NO_BUILD= yes
REPLACE_PYTHON= data.py
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
index 86772ef67c..5c3cd491b2 100644
--- a/icestorm-git/Makefile
+++ b/icestorm-git/Makefile
@@ -14,7 +14,7 @@ LICENSE= mit
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config gmake
LIBS+= -lm -lstdc++
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
WRKSRC= ${WRKDIR}/icestorm-${GITHUB_TAG}
diff --git a/mailman3/Makefile b/mailman3/Makefile
index 1faa4bf365..9db161a323 100644
--- a/mailman3/Makefile
+++ b/mailman3/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.list.org/
COMMENT= GNU mailing list manager
LICENSE= gnu-gpl-v3
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-aiosmtpd>=1.0.0:../../mail/py-aiosmtpd
DEPENDS+= ${PYPKGPREFIX}-alembic-[0-9]*:../../databases/py-alembic
diff --git a/py-aiohttp-socks/Makefile b/py-aiohttp-socks/Makefile
index c40e154ad8..7b07768def 100644
--- a/py-aiohttp-socks/Makefile
+++ b/py-aiohttp-socks/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/romis2012/aiohttp-socks
COMMENT= SOCKS proxy connector for aiohttp
LICENSE= apache-2.0
-PYTHON_VERSIONS_ACCEPTED= 37 36 35
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.3.2*:../../www/py-aiohttp
diff --git a/py-aiorpcx/Makefile b/py-aiorpcx/Makefile
index cf1f0738e2..4ceaa658bc 100644
--- a/py-aiorpcx/Makefile
+++ b/py-aiorpcx/Makefile
@@ -11,7 +11,7 @@ COMMENT= Generic async RPC implementation, including JSON-RPC
LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
diff --git a/py-algebraixlib/Makefile b/py-algebraixlib/Makefile
index 82caeeab72..a3ca8ef182 100644
--- a/py-algebraixlib/Makefile
+++ b/py-algebraixlib/Makefile
@@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-okpy/Makefile b/py-okpy/Makefile
index 19f8c7e8cc..dfc303161a 100644
--- a/py-okpy/Makefile
+++ b/py-okpy/Makefile
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-peru/Makefile b/py-peru/Makefile
index fef9360bf0..204ae7e598 100644
--- a/py-peru/Makefile
+++ b/py-peru/Makefile
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
USE_TOOLS+= bash
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_BASH+= peru/resources/plugins/rsync/rsync_plugin.sh
diff --git a/yosys/Makefile b/yosys/Makefile
index 270db34099..e27eb94672 100644
--- a/yosys/Makefile
+++ b/yosys/Makefile
@@ -12,7 +12,7 @@ LICENSE= isc
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake pkg-config bison gawk flex
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
PKGCONFIG_CONFIG= ${PKG_CONFIG:Q}
DEPENDS+= py27-mercurial-[0-9]*:../../devel/py-mercurial
Home |
Main Index |
Thread Index |
Old Index