Skip to content

Commit

Permalink
devel/py-pyral: Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 1d4a07e commit 00bd6e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 3 additions & 14 deletions devel/py-pyral/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyral
PORTVERSION= 1.5.2
PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,22 +11,11 @@ WWW= https://github.com/RallyTools/RallyRestToolkitForPython
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR}

USES= python shebangfix
USES= python:3.9+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

PORTEXAMPLES= *.py

SHEBANG_GLOB= *.py

OPTIONS_DEFINE= EXAMPLES

post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pyral/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1627157214
SHA256 (pyral-1.5.2.tar.gz) = 341575f25c2d208b11da0ee07919e863e464164a1eae3d6b87f183ce57c698f5
SIZE (pyral-1.5.2.tar.gz) = 26040756
TIMESTAMP = 1708449322
SHA256 (pyral-1.6.0.tar.gz) = 4bf6695170dd92cb62adc6b0fd4df711726cf50d581fd6bae7160cbfab1f0fa6
SIZE (pyral-1.6.0.tar.gz) = 8365799

0 comments on commit 00bd6e6

Please sign in to comment.