diff options
author | rm <rm@FreeBSD.org> | 2014-09-25 20:42:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-09-25 20:42:24 +0800 |
commit | 823d065b5b73820c4bb9b15e794c4b126f89e36c (patch) | |
tree | d063425f9c8c4d5771af69790ab655ce47a0fa6e /net-p2p | |
parent | 6dc2883459d818e20bf3156677e2faa22c684bde (diff) | |
download | freebsd-ports-gnome-823d065b5b73820c4bb9b15e794c4b126f89e36c.tar.gz freebsd-ports-gnome-823d065b5b73820c4bb9b15e794c4b126f89e36c.tar.zst freebsd-ports-gnome-823d065b5b73820c4bb9b15e794c4b126f89e36c.zip |
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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-transmissionrpc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/py-transmissionrpc/Makefile b/net-p2p/py-transmissionrpc/Makefile index 87674cf596fa..77623ff057a5 100644 --- a/net-p2p/py-transmissionrpc/Makefile +++ b/net-p2p/py-transmissionrpc/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python -MAINTAINER= rm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python module that communicates with Transmission through JSON-RPC LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils PORTDOCS= * |