Skip to content

Commit

Permalink
textproc/py-tinycss2: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 2bd820a commit 131d292
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
13 changes: 5 additions & 8 deletions textproc/py-tinycss2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tinycss2
PORTVERSION= 1.1.1
PORTVERSION= 1.2.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,14 +12,11 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webencodings>=0.4:converters/py-webencodings@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-isort>=0:devel/py-pytest-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-tinycss2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1638556628
SHA256 (tinycss2-1.1.1.tar.gz) = b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf
SIZE (tinycss2-1.1.1.tar.gz) = 65703
TIMESTAMP = 1669057973
SHA256 (tinycss2-1.2.1.tar.gz) = 8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627
SIZE (tinycss2-1.2.1.tar.gz) = 65957
10 changes: 4 additions & 6 deletions textproc/py-tinycss2/files/setup.py
Expand Up @@ -14,11 +14,9 @@

extras_require = \
{'doc': ['sphinx', 'sphinx_rtd_theme'],
'test': ['pytest',
'pytest-cov',
'pytest-flake8',
'pytest-isort',
'coverage[toml]']}
'test': ['flake8',
'isort',
'pytest']}

setup(name='tinycss2',
version='%%PORTVERSION%%',
Expand All @@ -30,5 +28,5 @@
package_data=package_data,
install_requires=install_requires,
extras_require=extras_require,
python_requires='>=3.6',
python_requires='>=3.7',
)

0 comments on commit 131d292

Please sign in to comment.