View | Details | Raw Unified | Return to bug 239309
Collapse All | Expand All

(-)news/py-yenc/Makefile (-4 / +6 lines)
Lines 2-15 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	yenc
4
PORTNAME=	yenc
5
PORTVERSION=	0.3
5
PORTVERSION=	0.4.0
6
CATEGORIES=	news python
6
CATEGORIES=	news python
7
MASTER_SITES=	http://sabnzbd.sourceforge.net/
7
MASTER_SITES=	CHEESESHOP
8
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
9
11
MAINTAINER=	jlaffaye@FreeBSD.org
10
MAINTAINER=	jlaffaye@FreeBSD.org
12
COMMENT=	yenc decoding module for Python in C
11
COMMENT=	Decoding module for yenc for Python written in C
12
13
LICENSE=	LGPL21+
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
15
14
USES=		python:2.7
16
USES=		python:2.7
15
USE_PYTHON=	distutils
17
USE_PYTHON=	distutils
(-)news/py-yenc/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (yenc-0.3.tar.gz) = fb04fea7c5821345608fa01728ce5356b6dfb2d3e469e59e3fd31b88f45fb313
1
TIMESTAMP = 1563554595
2
SIZE (yenc-0.3.tar.gz) = 42740
2
SHA256 (yenc-0.4.0.tar.gz) = 2c24a249d627af8ce1ca5a4b5bd237a34b6c859f71f55f0b09ed369f749fd4d9
3
SIZE (yenc-0.4.0.tar.gz) = 64237
(-)news/py-yenc/pkg-descr (+2 lines)
Lines 1-2 Link Here
1
This a fairly simple Python module, it provides only raw yEnc
1
This a fairly simple Python module, it provides only raw yEnc
2
encoding/decoding with built-in crc32 calculation.
2
encoding/decoding with built-in crc32 calculation.
3
4
WWW: https://bitbucket.org/dual75/yenc

Return to bug 239309