aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-wtforms
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-05-22 10:52:44 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-05-22 10:52:44 +0000
commitd91eb811d5a24944c5145d426fb6eb81af52a244 (patch)
tree11614345c7dfeab8d4ba1cd03e07f16921dbc832 /textproc/py-wtforms
parent7ff2b5899c23b57d1a4224daa0ba1fa43b52f94b (diff)
downloadports-d91eb811d5a24944c5145d426fb6eb81af52a244.tar.gz
ports-d91eb811d5a24944c5145d426fb6eb81af52a244.zip
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
Notes
Notes: svn path=/head/; revision=415627
Diffstat (limited to 'textproc/py-wtforms')
-rw-r--r--textproc/py-wtforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile
index 176132d82bdc..8c00c924e7c1 100644
--- a/textproc/py-wtforms/Makefile
+++ b/textproc/py-wtforms/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy-devel \
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \
${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil