Fast, standard compliant Bencode serialization.

WWW: https://pypi.python.org/pypi/better-bencode

PR:		209795
Submitted by:	Neel Chauhan <neel@neelc.org>
This commit is contained in:
Pawel Pekala 2016-06-22 17:23:19 +00:00
parent 97a65c99c3
commit 9dabc35adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417326
4 changed files with 24 additions and 0 deletions

View file

@ -146,6 +146,7 @@
SUBDIR += psiconv SUBDIR += psiconv
SUBDIR += py-bencode SUBDIR += py-bencode
SUBDIR += py-bencoder SUBDIR += py-bencoder
SUBDIR += py-better-bencode
SUBDIR += py-bsdconv SUBDIR += py-bsdconv
SUBDIR += py-iconv SUBDIR += py-iconv
SUBDIR += py-pisa SUBDIR += py-pisa

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= better-bencode
PORTVERSION= 0.2.1
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Bencoding and bdecoding implementation
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1464357485
SHA256 (better-bencode-0.2.1.tar.gz) = 3a83ad0fc6b1b0c3db7819fc885f4f6561349cfc4221707871fc74bb9d6946d0
SIZE (better-bencode-0.2.1.tar.gz) = 6551

View file

@ -0,0 +1,3 @@
Fast, standard compliant Bencode serialization.
WWW: https://pypi.python.org/pypi/better-bencode