diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 00:12:12 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 00:12:12 +0000 |
commit | debc628c3eeb29615c0024da3bcf62295611f62d (patch) | |
tree | 6720c51d6a775d33401f141bbf6a874774f7fd83 /databases/py-pysqlite20 | |
parent | d980241039d0de2ce97565ddf73ee5186ad24f81 (diff) | |
download | FreeBSD-ports-debc628c3eeb29615c0024da3bcf62295611f62d.zip FreeBSD-ports-debc628c3eeb29615c0024da3bcf62295611f62d.tar.gz |
- Move over to py25+ or above
- While here kick md5 support
Diffstat (limited to 'databases/py-pysqlite20')
-rw-r--r-- | databases/py-pysqlite20/Makefile | 4 | ||||
-rw-r--r-- | databases/py-pysqlite20/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile index 509f6dd..4754db7 100644 --- a/databases/py-pysqlite20/Makefile +++ b/databases/py-pysqlite20/Makefile @@ -7,7 +7,7 @@ PORTNAME= pysqlite PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} @@ -23,7 +23,7 @@ CONFLICTS= py*-pysqlite-2.[1-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}20${PKGNAMESUFFIX} -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 diff --git a/databases/py-pysqlite20/distinfo b/databases/py-pysqlite20/distinfo index c46ee0a..fb4fb1a 100644 --- a/databases/py-pysqlite20/distinfo +++ b/databases/py-pysqlite20/distinfo @@ -1,3 +1,2 @@ -MD5 (pysqlite-2.0.7.tar.gz) = 15ab26f859f8a0fd21659d4d105056a5 SHA256 (pysqlite-2.0.7.tar.gz) = 7869bfaef3bad33b1cd89727a14d7b1b154a0a35827cfa3e4c7b60e48a0bed0c SIZE (pysqlite-2.0.7.tar.gz) = 216605 |