www/py-cssutils: Update to 2.7.0
- Remove outdated PYTHON_REL check after lang/python37 removal Changes: https://github.com/jaraco/cssutils/blob/main/CHANGES.rst
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= cssutils
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.7.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
@@ -26,14 +25,8 @@ NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1661599343
|
||||
SHA256 (cssutils-2.6.0.tar.gz) = f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e
|
||||
SIZE (cssutils-2.6.0.tar.gz) = 723259
|
||||
TIMESTAMP = 1686496786
|
||||
SHA256 (cssutils-2.7.0.tar.gz) = b361836e4c39cf94f052351521e706016cc9d380026a9513a74000dbadcb3804
|
||||
SIZE (cssutils-2.7.0.tar.gz) = 724282
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/build.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codec.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cssencodings.py
|
||||
|
||||
Reference in New Issue
Block a user