pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-rss2gen Import Python PyRSS2Gen module which is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11f0f91cf0b8
branches:  trunk
changeset: 543640:11f0f91cf0b8
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sat Jun 21 17:51:37 2008 +0000

description:
Import Python PyRSS2Gen module which is used by various Subversion helper
scripts and other scripts which output RSS. Other than most other RSS
libraries for Python, this one handles escaping of input and is supposed
to be extensible.

diffstat:

 www/py-rss2gen/DESCR    |   1 +
 www/py-rss2gen/Makefile |  20 ++++++++++++++++++++
 www/py-rss2gen/PLIST    |   4 ++++
 www/py-rss2gen/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r fc891c0279b9 -r 11f0f91cf0b8 www/py-rss2gen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rss2gen/DESCR      Sat Jun 21 17:51:37 2008 +0000
@@ -0,0 +1,1 @@
+Python library for generating RSS 2.0 feeds.
diff -r fc891c0279b9 -r 11f0f91cf0b8 www/py-rss2gen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rss2gen/Makefile   Sat Jun 21 17:51:37 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $
+
+PYRSS2GENVER=  1.0.0
+DISTNAME=      PyRSS2Gen-${PYRSS2GENVER}
+PKGNAME=       ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
+CATEGORIES=    www python
+MASTER_SITES=  http://www.dalkescientific.com/Python/
+
+MAINTAINER=    tonnerre%NetBSD.org@localhost
+HOMEPAGE=      http://www.dalkescientific.com/Python/PyRSS2Gen.html
+COMMENT=       Python module to generate RSS feeds
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PYDISTUTILSPKG=        # defined
+PYBINMODULE=   # defined
+PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX:Q}
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fc891c0279b9 -r 11f0f91cf0b8 www/py-rss2gen/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rss2gen/PLIST      Sat Jun 21 17:51:37 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $
+${PYSITELIB}/PyRSS2Gen.py
+${PYSITELIB}/PyRSS2Gen.pyc
+${PYSITELIB}/PyRSS2Gen.pyo
diff -r fc891c0279b9 -r 11f0f91cf0b8 www/py-rss2gen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rss2gen/distinfo   Sat Jun 21 17:51:37 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $
+
+SHA1 (PyRSS2Gen-1.0.0.tar.gz) = fcea9beb59ca022ed89b254b2362ae5af386f01a
+RMD160 (PyRSS2Gen-1.0.0.tar.gz) = 8fe60587c15760dc229c0acc765626a0e1c412d7
+Size (PyRSS2Gen-1.0.0.tar.gz) = 8819 bytes



Home | Main Index | Thread Index | Old Index