comms/py-fritzconnection: Update to 1.11.0
ChangeLog: https://github.com/kbr/fritzconnection/compare/1.10.2...1.11.0 PR: 269412
This commit is contained in:
parent
815aae01e3
commit
5e8c80dede
2 changed files with 6 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= fritzconnection
|
||||
DISTVERSION= 1.10.2
|
||||
DISTVERSION= 1.11.0
|
||||
CATEGORIES= comms python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -11,16 +11,12 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kbr
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662459751
|
||||
SHA256 (kbr-fritzconnection-1.10.2_GH0.tar.gz) = f2a6c9a6f503fa60dc4fe7034fc0b62308a9a51a1e0b4ea6e41248a6ffac87cc
|
||||
SIZE (kbr-fritzconnection-1.10.2_GH0.tar.gz) = 146414
|
||||
TIMESTAMP = 1675866929
|
||||
SHA256 (kbr-fritzconnection-1.11.0_GH0.tar.gz) = 8673e4a3fb70db72b1ec6475ec1d9ff41844331944cae7d684b1efcd38e76d38
|
||||
SIZE (kbr-fritzconnection-1.11.0_GH0.tar.gz) = 147539
|
||||
|
|
Loading…
Reference in a new issue