mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/py-postgresql: Update to 1.3.0
Update maintainer's email Update WWW PR: 269488 Reported by: maintainer
This commit is contained in:
parent
e3d2628612
commit
b4c00ff390
2 changed files with 8 additions and 9 deletions
|
@ -1,20 +1,18 @@
|
||||||
PORTNAME= postgresql
|
PORTNAME= postgresql
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.3.0
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= PYPI \
|
MASTER_SITES= PYPI
|
||||||
http://python.projects.postgresql.org/files/
|
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
||||||
DIST_SUBDIR= postgresql
|
DIST_SUBDIR= postgresql
|
||||||
|
|
||||||
MAINTAINER= c.kworr@gmail.com
|
MAINTAINER= arcade@b1t.name
|
||||||
COMMENT= Python 3 compatible PostgreSQL database driver and tools
|
COMMENT= Python 3 compatible PostgreSQL database driver and tools
|
||||||
WWW= http://python.projects.postgresql.org/
|
WWW= https://github.com/python-postgres/fe
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= zip pgsql python:3.3+
|
USES= pgsql python:3.3+
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (postgresql/py-postgresql-1.1.0.zip) = 4bae6e15bf0be03294240acc5b27f5aa2d9649188bc4528cd5b5512582e0ea93
|
TIMESTAMP = 1676332838
|
||||||
SIZE (postgresql/py-postgresql-1.1.0.zip) = 254537
|
SHA256 (postgresql/py-postgresql-1.3.0.tar.gz) = fca0f04d3f7478bd59c29c051e979d75b54be01545bd619eba2a3ed322a32c6e
|
||||||
|
SIZE (postgresql/py-postgresql-1.3.0.tar.gz) = 273764
|
||||||
|
|
Loading…
Add table
Reference in a new issue