Skip to content

Commit

Permalink
devel/py-tinyrpc: Update to 1.1.7
Browse files Browse the repository at this point in the history
- Update WWW
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/mbr/tinyrpc/commits/master
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent 697f5d5 commit b573d55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions devel/py-tinyrpc/Makefile
@@ -1,20 +1,22 @@
PORTNAME= tinyrpc
PORTVERSION= 1.1.6
PORTVERSION= 1.1.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small, modular, transport and protocol neutral RPC library
WWW= https://github.com/mbr/tinyrpc
WWW= https://tinyrpc.readthedocs.io/en/latest/ \
https://github.com/mbr/tinyrpc

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

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

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-tinyrpc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677771303
SHA256 (tinyrpc-1.1.6.tar.gz) = 630f67b8b5a924e386a185127e02be7de1993fd1016eb6533fd1103950c77606
SIZE (tinyrpc-1.1.6.tar.gz) = 40450
TIMESTAMP = 1691070120
SHA256 (tinyrpc-1.1.7.tar.gz) = 15a8f41838e7b8be274467de59ad5c571e4cb5a2fe93bc2940b1d103bce4c6e5
SIZE (tinyrpc-1.1.7.tar.gz) = 40178

0 comments on commit b573d55

Please sign in to comment.