Skip to content

Commit

Permalink
textproc/py-precis_i18n: Update to 1.0.5
Browse files Browse the repository at this point in the history
 - use USE_PYTHON=pytest instead of custom do-test target

Changelog: https://github.com/byllyfish/precis_i18n/releases/tag/v1.0.5

PR:		268867
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38778
  • Loading branch information
mekanix authored and clausecker committed Feb 27, 2023
1 parent ea58be7 commit 1fcd2f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions textproc/py-precis_i18n/Makefile
@@ -1,5 +1,5 @@
PORTNAME= precis_i18n
DISTVERSION= 1.0.4
DISTVERSION= 1.0.5
CATEGORIES= textproc devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,15 +11,9 @@ WWW= https://github.com/byllyfish/precis_i18n
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}

USES= python:3.3+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist distutils pytest

NO_ARCH= yes

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -o addopts= \
-k "not test_derived_props_files"

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-precis_i18n/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1643621637
SHA256 (precis_i18n-1.0.4.tar.gz) = e6e58758ce7564e5588774cc9190397ccb2972604ea7d87cdf53d068d551ec77
SIZE (precis_i18n-1.0.4.tar.gz) = 67599
TIMESTAMP = 1673379188
SHA256 (precis_i18n-1.0.5.tar.gz) = b35e51ebfc2ccb7454232e7f63d59a4d03b3a5d2a6e3f628d797a58a3c33c24a
SIZE (precis_i18n-1.0.5.tar.gz) = 67710

0 comments on commit 1fcd2f8

Please sign in to comment.