Skip to content

Commit

Permalink
devel/py-pathspec: update to 0.11.1
Browse files Browse the repository at this point in the history
Switch to pep517-compliant build system

Changes:	https://github.com/cpburnz/python-pathspec/blob/v0.11.1/CHANGES.rst
  • Loading branch information
infracaninophile committed Mar 15, 2023
1 parent 836c5ac commit fc72b7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-pathspec/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pathspec
PORTVERSION= 0.11.0
PORTVERSION= 0.11.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,11 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE

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

NO_ARCH= yes

PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel
PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2,<4:devel/py-flit-core@${PY_FLAVOR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pathspec/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674662961
SHA256 (pathspec-0.11.0.tar.gz) = 64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc
SIZE (pathspec-0.11.0.tar.gz) = 45214
TIMESTAMP = 1678898800
SHA256 (pathspec-0.11.1.tar.gz) = 2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687
SIZE (pathspec-0.11.1.tar.gz) = 45697

0 comments on commit fc72b7a

Please sign in to comment.