Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 14:29:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559479 - in head/net-p2p: . py-transmission-rpc py-transmissionrpc
Message-ID:  <202012281429.0BSET5Ju014148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec 28 14:29:05 2020
New Revision: 559479
URL: https://svnweb.freebsd.org/changeset/ports/559479

Log:
  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/

Added:
  head/net-p2p/py-transmission-rpc/
  head/net-p2p/py-transmission-rpc/Makefile   (contents, props changed)
  head/net-p2p/py-transmission-rpc/distinfo   (contents, props changed)
  head/net-p2p/py-transmission-rpc/pkg-descr   (contents, props changed)
Modified:
  head/net-p2p/Makefile   (contents, props changed)
  head/net-p2p/py-transmissionrpc/Makefile   (contents, props changed)

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Mon Dec 28 14:24:53 2020	(r559478)
+++ head/net-p2p/Makefile	Mon Dec 28 14:29:05 2020	(r559479)
@@ -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

Added: head/net-p2p/py-transmission-rpc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/py-transmission-rpc/Makefile	Mon Dec 28 14:29:05 2020	(r559479)
@@ -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>

Added: head/net-p2p/py-transmission-rpc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/py-transmission-rpc/distinfo	Mon Dec 28 14:29:05 2020	(r559479)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589976310
+SHA256 (transmission-rpc-2.0.4.tar.gz) = 1082823144f3469adc4b101101de56f307d530e43446aad7bca54e7927988164
+SIZE (transmission-rpc-2.0.4.tar.gz) = 21747

Added: head/net-p2p/py-transmission-rpc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/py-transmission-rpc/pkg-descr	Mon Dec 28 14:29:05 2020	(r559479)
@@ -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/

Modified: head/net-p2p/py-transmissionrpc/Makefile
==============================================================================
--- head/net-p2p/py-transmissionrpc/Makefile	Mon Dec 28 14:24:53 2020	(r559478)
+++ head/net-p2p/py-transmissionrpc/Makefile	Mon Dec 28 14:29:05 2020	(r559479)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281429.0BSET5Ju014148>