Skip to content

Commit

Permalink
www/py-cssutils: Update to 2.5.0
Browse files Browse the repository at this point in the history
- Convert PORTEXAMPLES to PLIST entries

Changes:	https://github.com/jaraco/cssutils/blob/main/CHANGES.rst
  • Loading branch information
sunpoet committed Jul 13, 2022
1 parent e35d00b commit eacfc25
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 1 addition & 3 deletions www/py-cssutils/Makefile
@@ -1,7 +1,7 @@
# Created by: ijliao

PORTNAME= cssutils
PORTVERSION= 2.4.2
PORTVERSION= 2.5.0
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
Expand All @@ -22,8 +22,6 @@ USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

PORTEXAMPLES= *

OPTIONS_DEFINE= EXAMPLES

.include <bsd.port.pre.mk>
Expand Down
6 changes: 3 additions & 3 deletions www/py-cssutils/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1654774116
SHA256 (cssutils-2.4.2.tar.gz) = 877818bfa9668cc535773f46e6b6a46de28436191211741b3f7b4aaa64d9afbb
SIZE (cssutils-2.4.2.tar.gz) = 726519
TIMESTAMP = 1657719114
SHA256 (cssutils-2.5.0.tar.gz) = d47e4dd67b28c26ff9a1e541115deed39617ff9265111c6d2500f7a81707795b
SIZE (cssutils-2.5.0.tar.gz) = 723225
14 changes: 14 additions & 0 deletions www/py-cssutils/pkg-plist
@@ -0,0 +1,14 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/build.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codec.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cssencodings.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/customlog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imports.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minify.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parse.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/properties_with_same_name.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/selectors_tolower.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/serialize.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styledeclaration.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testutil.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/website.py

0 comments on commit eacfc25

Please sign in to comment.