mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-cssutils: Update to 2.2.0
- Update WWW Changes: https://github.com/jaraco/cssutils/blob/main/CHANGES.rst
This commit is contained in:
parent
cf7a7c2c20
commit
dbb460898b
3 changed files with 14 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: ijliao
|
||||
|
||||
PORTNAME= cssutils
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
@ -16,6 +15,8 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
|
@ -25,8 +26,14 @@ PORTEXAMPLES= *
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3800
|
||||
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.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488737589
|
||||
SHA256 (cssutils-1.0.2.tar.gz) = a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
|
||||
SIZE (cssutils-1.0.2.tar.gz) = 367038
|
||||
TIMESTAMP = 1618320288
|
||||
SHA256 (cssutils-2.2.0.tar.gz) = 5bef59f6b59bdccbea8e36cb292d2be1b6be1b485fc4a9f5886616f19eb31aaf
|
||||
SIZE (cssutils-2.2.0.tar.gz) = 731024
|
||||
|
|
|
@ -2,5 +2,4 @@ A Python package to parse and build CSS Cascading Style Sheets. Partly implement
|
|||
the DOM Level 2 CSS interfaces. Additional some cssutils only convenience and
|
||||
(hopefully) more pythonic methods are integrated.
|
||||
|
||||
WWW: https://pypi.org/project/cssutils/
|
||||
WWW: http://cthedot.de/cssutils/
|
||||
WWW: https://github.com/jaraco/cssutils
|
||||
|
|
Loading…
Add table
Reference in a new issue