- update to 0.7.1
- change maintainer's email while here: - update LICENSE (BSD3CLAUSE) - do not use deprecated easy_install and remove NO_STAGE PR: 186076 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
This commit is contained in:
parent
6922448ef1
commit
8a366dc479
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343458
2 changed files with 11 additions and 10 deletions
|
@ -1,26 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Pyrseas
|
||||
PORTVERSION= 0.6.1
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= databases python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= c.kworr@gmail.com
|
||||
MAINTAINER= arcade@b1t.name
|
||||
COMMENT= Framework and utilities to upgrade and maintain a relational database
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_GITHUB= eys
|
||||
GH_ACCOUNT= jmafc
|
||||
GH_COMMIT= 9d64338
|
||||
GH_COMMIT= 9b0e3d2
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTNAME}-${GH_COMMIT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Pyrseas-0.6.1.tar.gz) = a04216850441aedc26a92339edccc603be9638425dea810ae324314ce32afbb6
|
||||
SIZE (Pyrseas-0.6.1.tar.gz) = 111637
|
||||
SHA256 (Pyrseas-0.7.1.tar.gz) = d461cab3fd2bbd1caa0b243fa301e7ea2845cd4bacdb92f8ac3f69ed27cf1981
|
||||
SIZE (Pyrseas-0.7.1.tar.gz) = 164485
|
||||
|
|
Loading…
Reference in a new issue