notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-transmissionrpc Python module that communicates with Transmission through JSON-RPC
0.11_1 net-p2p Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.11_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead
Expired This port expired on: 2021-01-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-08-22 12:30:11
Last Update: 2021-02-01 12:52:12
SVN Revision: 563574
Also Listed In: python
License: MIT
WWW:
https://bitbucket.org/blueluna/transmissionrpc/wiki/Home
Description:
This is a python module that can communicate with Transmission through json-rpc. WWW: https://bitbucket.org/blueluna/transmissionrpc/wiki/Home
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}transmissionrpc>0:net-p2p/py-transmissionrpc@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-transmissionrpc
Package flavors (<flavor>: <package>)
  • py37: py37-transmissionrpc
distinfo:
SHA256 (python/transmissionrpc-0.11.tar.gz) = ec43b460f9fde2faedbfa6d663ef495b3fd69df855a135eebe8f8a741c0dde60 SIZE (python/transmissionrpc-0.11.tar.gz) = 96091

Packages (timestamps in pop-ups are UTC):
py37-transmissionrpc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.11_1---0.11_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-six>0 : devel/py-six@py37
  2. py37-setuptools>0 : devel/py-setuptools@py37
  3. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py37-transmissionrpc-0.11_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:3.6+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/transmissionrpc/
  2. https://pypi.org/packages/source/t/transmissionrpc/
Collapse this list.
Port Moves
  • port moved to net-p2p/py-transmission-rpc on 2021-02-01
    REASON: Has expired: Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11_1
01 Feb 2021 12:52:12
Revision:563574Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2021-01-31 deskutils/orage: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef-config12
2021-01-31 mail/openwebmail: Does not use modern Perl syntax and no development
activity since 2006
2021-01-31 sysutils/rubygem-ohai8
2021-01-31 deskutils/xfce4-volumed: Unsupported upstream, cannot work with XFCE
4.16
2021-01-31 sysutils/rubygem-chef12: Please use sysutils/rubygem-chef instead
2021-01-31 x11/xfce4-embed-plugin: Unsupported upstream, cannot work with XFCE
4.16
2021-01-31 net-p2p/py-transmissionrpc: Unmaintained and dead upstream, use
net-p2p/py-transmission-rpc instead
2021-01-31 science/xfce4-equake-plugin: Unsupported upstream, cannot work with
XFCE 4.16
2021-01-31 sysutils/xfce4-kbdleds-plugin: Unsupported upstream, cannot work with
XFCE 4.16
2021-01-31 textproc/py-gfm: No longer maintained by upstream, please use
textproc/py-cmarkgfm instead
0.11_1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.11_1
28 Dec 2020 14:29:05
Revision:559479Original commit files touched by this commit
jbeich search for other commits by this committer
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/
0.11_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.11_1
19 Feb 2018 09:02:56
Revision:462285Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW
0.11_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.11_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.11_1
07 Jan 2016 11:14:27
Revision:405421Original commit files touched by this commit
miwi search for other commits by this committer
- Add options helper
- Add NO_ARCH
0.11_1
25 Sep 2014 12:42:24
Revision:369248Original commit files touched by this commit
rm search for other commits by this committer
net-p2p/py-transmissionrpc: drop maintainership

- reset maintainership to ports@ - I don't use transmission for long
- convert to USES/USE_PYTHON
> Description of fields to fill in above:                     76 columns --|
> PR:            If a Bugzilla PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Relnotes:      Set to 'yes' for mention in release notes.
> Security:      Vulnerability reference (one per line) or description.
> Sponsored by:  If the change was sponsored by an organization.
> Empty fields above will be automatically removed.

M    py-transmissionrpc/Makefile
0.11_1
09 Feb 2014 23:40:58
Revision:343560Original commit files touched by this commit
rm search for other commits by this committer
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
0.11
16 Oct 2013 21:03:49
Revision:330540Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.11

changes:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.11
0.10
20 Sep 2013 22:28:26
Revision:327758Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
0.10
01 May 2013 20:37:20
Revision:317047Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.10
- change USE_PYTHON to ``yes'' since it's now py3-ready

changelog:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.10
0.9
16 Jan 2013 15:18:22
Revision:310496Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.9
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x only (except)
- convert to optionsng (NOPORTDOCS case)
- tab -> space change in pkg-descr:WWW

Reported by:	portscout
0.8
10 Nov 2011 22:20:18
Original commit files touched by this commit
rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
0.8
17 Oct 2011 17:17:49
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 0.8

PR:             ports/161514
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
0.7
17 Nov 2010 16:02:04
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use PLIST_DIRS/PLIST_FILES instead of PLIST
- Space/tab twiddle

PR:             ports/152311
Submitted by:   sunpoet (myself)
Approved by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
0.7
17 Nov 2010 01:53:51
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.7

PR:             ports/152307
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
0.6
28 Sep 2010 01:04:29
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.6
- Add LICENSE

PR:             ports/151014
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
0.5
14 Sep 2010 04:43:25
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 0.5

PR:             ports/150444
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
0.3
22 Aug 2010 12:29:38
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add py-transmissionrpc 0.3, a python module communicates with
Transmission through json-rpc.

PR:             ports/141133
Submitted by:   Vladimir Korkodinov <newbieman at perm.raid.ru>

Number of commits found: 21