diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
commit | 4faa20286079b6833043b7bbd12c0e72039551f6 (patch) | |
tree | b2d16eef0342bf56f8fbe64706fa44b26684cdf8 /www/trac/Makefile | |
parent | 67a514f3391a0157a52f46664e69c897eb4b904e (diff) | |
download | pkgsrc-4faa20286079b6833043b7bbd12c0e72039551f6.tar.gz |
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index df86157bdb2..2645067ef02 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/03/15 11:53:44 obache Exp $ +# $NetBSD: Makefile,v 1.57 2012/04/08 19:09:17 wiz Exp $ # DISTNAME= Trac-0.12.3 @@ -57,12 +57,8 @@ PYTHON_PATCH_SCRIPTS+= trac/tests/functional/*.py .include "../../lang/python/application.mk" .if !empty(PKG_OPTIONS:Msqlite) -.if defined(PYPACKAGE) && ${PYPACKAGE} == "python24" -DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2 -.else DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 .endif -.endif # trac 0.12 dropped support for py-PgSQL. Switching to py-psycopg2 with # an existing database that used to be accessed by py-PgSQL worked. .if !empty(PKG_OPTIONS:Mpsycopg2) |