Skip to content

Commit

Permalink
www/py-grip: Update to 4.6.2
Browse files Browse the repository at this point in the history
Convert to PEP517.
  • Loading branch information
BSDKaffee committed Oct 13, 2023
1 parent 2e16d6b commit 9226c54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions www/py-grip/Makefile
@@ -1,5 +1,5 @@
PORTNAME= grip
PORTVERSION= 4.6.1
PORTVERSION= 4.6.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,6 +11,8 @@ WWW= https://github.com/joeyespo/grip
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=2.5.1:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
Expand All @@ -20,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}werkzeug>=0.7:www/py-werkzeug@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

CONFLICTS_INSTALL= grip
NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions www/py-grip/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649613086
SHA256 (grip-4.6.1.tar.gz) = a5e6ac48cd253892f0fbd0aaef3f74fe8169d8ed3d94a2e9be6bf1540e008e9f
SIZE (grip-4.6.1.tar.gz) = 147894
TIMESTAMP = 1697238710
SHA256 (grip-4.6.2.tar.gz) = 3cf6dce0aa06edd663176914069af83f19dcb90f3a9c401271acfa71872f8ce3
SIZE (grip-4.6.2.tar.gz) = 152280

0 comments on commit 9226c54

Please sign in to comment.