mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
textproc/py-pyscss: Update to 1.4.0
* Make port concurrent safe as some scripts are installed outside of Python's site-lib directory. * Update test suite and switch to newer devel/py-pytest. * Strip binaries and pet portclippy to level up port compliance. Changelog: https://github.com/Kronuz/pyScss/compare/1.3.7...v1.4.0 PR: 277894 Approved by: rum1cro@yandex.ru (maintainer)
This commit is contained in:
parent
c0de2d6b15
commit
aa065f8847
2 changed files with 12 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= pyscss
|
PORTNAME= pyscss
|
||||||
PORTVERSION= 1.3.7
|
PORTVERSION= 1.4.0
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -10,14 +11,18 @@ WWW= https://github.com/Kronuz/pyScss
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
||||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python localbase:ldflags
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Kronuz
|
GH_ACCOUNT= Kronuz
|
||||||
GH_PROJECT= pyScss
|
GH_PROJECT= pyScss
|
||||||
|
USE_PYTHON= autoplist concurrent distutils pytest
|
||||||
|
|
||||||
USES= python localbase:ldflags
|
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||||
USE_PYTHON= distutils autoplist pytest4
|
|
||||||
|
post-install:
|
||||||
|
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1622488598
|
TIMESTAMP = 1710789210
|
||||||
SHA256 (Kronuz-pyScss-1.3.7_GH0.tar.gz) = 464a9cc6cc4dba65bfabe8668fb11a16c3255248a4c6b4ba78dc47add0504590
|
SHA256 (Kronuz-pyScss-v1.4.0_GH0.tar.gz) = a4c5885b8ec233293aa774e0ebbdf7db12b612acc0745e353395e3b4b9008089
|
||||||
SIZE (Kronuz-pyScss-1.3.7_GH0.tar.gz) = 316872
|
SIZE (Kronuz-pyScss-v1.4.0_GH0.tar.gz) = 317094
|
||||||
|
|
Loading…
Add table
Reference in a new issue