net-p2p/py-transmission-rpc: add new port
transmission-rpc is a python module implementing the json-rpc client protocol for the BitTorrent client Transmission. https://pypi.org/project/transmission-rpc/
This commit is contained in:
parent
179199ac3f
commit
df0a7cb121
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559479
@ -68,6 +68,7 @@
|
||||
SUBDIR += p5-WWW-BitTorrent
|
||||
SUBDIR += phex
|
||||
SUBDIR += py-libtorrent-rasterbar
|
||||
SUBDIR += py-transmission-rpc
|
||||
SUBDIR += py-transmissionrpc
|
||||
SUBDIR += py-tremc
|
||||
SUBDIR += py-vertex
|
||||
|
21
net-p2p/py-transmission-rpc/Makefile
Normal file
21
net-p2p/py-transmission-rpc/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= transmission-rpc
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Python module for Transmission bittorent client RPC protocol
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0<3.0.0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-p2p/py-transmission-rpc/distinfo
Normal file
3
net-p2p/py-transmission-rpc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1589976310
|
||||
SHA256 (transmission-rpc-2.0.4.tar.gz) = 1082823144f3469adc4b101101de56f307d530e43446aad7bca54e7927988164
|
||||
SIZE (transmission-rpc-2.0.4.tar.gz) = 21747
|
4
net-p2p/py-transmission-rpc/pkg-descr
Normal file
4
net-p2p/py-transmission-rpc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
transmission-rpc is a python module implementing the json-rpc client
|
||||
protocol for the BitTorrent client Transmission.
|
||||
|
||||
WWW: https://pypi.org/project/transmission-rpc/
|
@ -16,6 +16,9 @@ LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
DEPRECATED= Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead
|
||||
EXPIRATION_DATE=2021-01-31
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
Loading…
Reference in New Issue
Block a user