pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update py-yenc to 0.4.0.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Sat Nov 28 14:49:02 2015 +0100
Changeset: ddcb0551c59da8d7abc076f55ef4b1a10e5215a2
Modified Files:
py-yenc/Makefile
py-yenc/distinfo
Log Message:
Update py-yenc to 0.4.0.
From Raul via tech-pkg@.
version: 0.4
- change license to LGPL
- crc32 codes are now Python longs (returned from _yenc calls) in the
range [2**0, 2**32 -1]
- crc32 formatting is fixed
- 'bytes' arguments named 'bytez' to avoid collision with 'bytes' type
- basic unit testing
- unescaped dots at the beginning of line caused ydecode to fail under
some circumstances
dots at the beginning of line are now always escaped
- Encoder's and Decoder's output files (if any) are automatically
flushed and closed upon deletion
- new method close() on Encoder and Decoder
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ddcb0551c59da8d7abc076f55ef4b1a10e5215a2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-yenc/Makefile | 22 +++++++++-------------
py-yenc/distinfo | 6 +++---
2 files changed, 12 insertions(+), 16 deletions(-)
diffs:
diff --git a/py-yenc/Makefile b/py-yenc/Makefile
index 5716c75..ab844ee 100644
--- a/py-yenc/Makefile
+++ b/py-yenc/Makefile
@@ -1,23 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2013/08/23 20:54:49 wongk Exp $
+# $NetBSD: Makefile,v 1.2 2015/11/27 20:54:49 wongk Exp $
DISTNAME= yenc-${DISTVERSION}
-DISTVERSION= 0.3
-DISTFILES= ${DISTNAME}-w32fixed${EXTRACT_SUFX}
+DISTVERSION= 0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-REPLACE_PYTHON= *.py
-CATEGORIES= news
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sabnzbdplus/sabnzbdplus-tools/}
-EXTRACT_SUFX= .zip
+REPLACE_PYTHON= *.py
+CATEGORIES= devel
+MASTER_SITES= http://www.golug.it/pub/yenc/
-PYDISTUTILSPKG= yes
+PYDISTUTILSPKG= yes
-
-MAINTAINER= wongk%apt.homeunix.net@localhost
-HOMEPAGE= http://sabnzbdplus.sourceforge.net/
+MAINTAINER= pkgsrc128%fastmail.us@localhost
+HOMEPAGE= http://www.golug.it/yenc.html
COMMENT= Python module for yenc decoding module in C
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-lgpl-v2.1
-# url2pkg-marker (please do not remove this line.)
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-yenc/distinfo b/py-yenc/distinfo
index 561f538..1f4dff5 100644
--- a/py-yenc/distinfo
+++ b/py-yenc/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/08/23 20:54:49 wongk Exp $
-SHA1 (yenc-0.3-w32fixed.zip) = 93aac9a53faab4d634e0661f0b133972fa8b8226
-RMD160 (yenc-0.3-w32fixed.zip) = f997070f3689fddeda3884bafc95fdc9a07e13f9
-Size (yenc-0.3-w32fixed.zip) = 50688 bytes
+SHA1 (yenc-0.4.0.tar.gz) = 7e84dbadae82a48b9037262756a3f64c5c0482d8
+RMD160 (yenc-0.4.0.tar.gz) = 36356363bddd6626a9e6659df126284591b5952a
+Size (yenc-0.4.0.tar.gz) = 63156 bytes
Home |
Main Index |
Thread Index |
Old Index