Reset maintainership

- While I'm here:
  - Update WWW
  - Take maintainership

PR:		244446
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-27 21:26:21 +00:00
parent 82b95255cd
commit bbc23b5f4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527299
2 changed files with 4 additions and 4 deletions

View file

@ -6,12 +6,12 @@ CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Bencoding and bdecoding implementation
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, standard compliant Bencode serialization
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
Fast, standard compliant Bencode serialization.
WWW: https://pypi.org/project/better-bencode/
WWW: https://github.com/kosqx/better-bencode