mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Updated to 0.8.2
PR: ports/158833 Submitted by: C-S <c-s@c-s.li> (maintainer)
This commit is contained in:
parent
ed48c92609
commit
e0490eac7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277640
3 changed files with 8 additions and 8 deletions
|
@ -6,19 +6,19 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= subvertpy
|
PORTNAME= subvertpy
|
||||||
PORTVERSION= 0.8.0
|
PORTVERSION= 0.8.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://launchpadlibrarian.net/65469707/ \
|
MASTER_SITES= https://launchpadlibrarian.net/73700574/ \
|
||||||
http://www.c-s.li/ports/
|
http://www.c-s.li/ports/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= c-s@c-s.li
|
MAINTAINER= c-s@c-s.li
|
||||||
COMMENT= Python bindings for subversion
|
COMMENT= Python bindings for subversion
|
||||||
|
|
||||||
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
USE_PYTHON= 2.5+
|
USE_PYTHON= 2.5+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (subvertpy-0.8.0.tar.gz) = 31bc04dd8caa462218136c42f4806740ad7f9f2c2abff8a4ab546c54bfa5ac08
|
SHA256 (subvertpy-0.8.2.tar.gz) = e4ac2e2900d4ca57f7fbebd19f9d2cd0e02dac484d8889bd6156ad05cdd5110c
|
||||||
SIZE (subvertpy-0.8.0.tar.gz) = 99202
|
SIZE (subvertpy-0.8.2.tar.gz) = 99374
|
||||||
|
|
|
@ -54,5 +54,5 @@ bin/subvertpy-fast-export
|
||||||
%%PYTHON_SITELIBDIR%%/subvertpy/tests/test_wc.pyc
|
%%PYTHON_SITELIBDIR%%/subvertpy/tests/test_wc.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/subvertpy/tests/test_wc.pyo
|
%%PYTHON_SITELIBDIR%%/subvertpy/tests/test_wc.pyo
|
||||||
%%PYTHON_SITELIBDIR%%/subvertpy/wc.so
|
%%PYTHON_SITELIBDIR%%/subvertpy/wc.so
|
||||||
@dirrmtry %%PYTHON_SITELIBDIR%%/subvertpy/tests
|
@dirrm %%PYTHON_SITELIBDIR%%/subvertpy/tests
|
||||||
@dirrmtry %%PYTHON_SITELIBDIR%%/subvertpy
|
@dirrm %%PYTHON_SITELIBDIR%%/subvertpy
|
||||||
|
|
Loading…
Add table
Reference in a new issue