non port: net-p2p/py-transmissionrpc/Makefile |
Number of commits found: 19 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
14:29 jbeich
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/
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Thursday, 30 Nov 2017
|
15:50 mat
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 7 Jan 2016
|
11:14 miwi
- Add options helper
- Add NO_ARCH
 |
Thursday, 25 Sep 2014
|
12:42 rm
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
 |
Sunday, 9 Feb 2014
|
23:40 rm
- 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
 |
Wednesday, 16 Oct 2013
|
21:03 rm
- update to 0.11
changes:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.11
 |
Friday, 20 Sep 2013
|
22:28 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
 |
Wednesday, 1 May 2013
|
20:37 rm
- 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
 |
Wednesday, 16 Jan 2013
|
15:18 rm
- 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
 |
Thursday, 10 Nov 2011
|
22:20 rm
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes
 |
Monday, 17 Oct 2011
|
17:17 glarkin
- Updated to 0.8
PR: ports/161514
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Wednesday, 17 Nov 2010
|
16:02 sunpoet
- 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)
 |
01:53 wen
- Update to 0.7
PR: ports/152307
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Tuesday, 28 Sep 2010
|
01:04 wen
- Update to 0.6
- Add LICENSE
PR: ports/151014
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Tuesday, 14 Sep 2010
|
04:43 pgollucci
- Update to 0.5
PR: ports/150444
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Sunday, 22 Aug 2010
|
12:29 lwhsu
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: 19 |