pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-feedgen



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 13:41:01 UTC 2024

Modified Files:
        pkgsrc/www/py-feedgen: Makefile PLIST distinfo

Log Message:
py-feedgen: updated to 1.0.0

v1.0.0

Fix flake8 complaints
Update dependency versions
Switch to GitHub Actions
Add missing iTunes tags
Fix a few comment typos
Improve module documentation
docs: Fix a few typos
Fix etree to string conversion in FeedGenerator
Use Unittest Asserts
Allow integer to be used for enclosure length
Fixed category documentation
Fixex generating Atom feed when adding description as summary
Include tests in release tarball
Update RPM Specfile (tests, pypi, py3)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-feedgen/Makefile \
    pkgsrc/www/py-feedgen/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-feedgen/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-feedgen/Makefile
diff -u pkgsrc/www/py-feedgen/Makefile:1.4 pkgsrc/www/py-feedgen/Makefile:1.5
--- pkgsrc/www/py-feedgen/Makefile:1.4  Tue Jan  4 20:55:24 2022
+++ pkgsrc/www/py-feedgen/Makefile      Tue Jan 16 13:41:01 2024
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/16 13:41:01 adam Exp $
 
-DISTNAME=      feedgen-0.9.0
+DISTNAME=      feedgen-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/feedgen/}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      https://lkiesow.github.io/python-feedgen
+HOMEPAGE=      https://feedgen.kiesow.be/
 COMMENT=       Feed Generator (ATOM, RSS, Podcasts)
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-feedgen/distinfo
diff -u pkgsrc/www/py-feedgen/distinfo:1.4 pkgsrc/www/py-feedgen/distinfo:1.5
--- pkgsrc/www/py-feedgen/distinfo:1.4  Tue Oct 26 11:30:36 2021
+++ pkgsrc/www/py-feedgen/distinfo      Tue Jan 16 13:41:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:36 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/01/16 13:41:01 adam Exp $
 
-BLAKE2s (feedgen-0.9.0.tar.gz) = 0ba9ce39d23f6bdd4b7aee1b7dfd5c7adf17eb4a2179bddf2d1ca78cd8d8c836
-SHA512 (feedgen-0.9.0.tar.gz) = fca43ad43656b6a63c7489a8c8d4e9dd46182e2ecaead988d978014a29bec87e1cfbaae962907fae6373a759e8ab68ea2dfed8fa538d2deba7eaa5298c07af1d
-Size (feedgen-0.9.0.tar.gz) = 217925 bytes
+BLAKE2s (feedgen-1.0.0.tar.gz) = 6ea3374982c39c17a757414413f1bf1f68dbcfba6aa9f0b7a960c26aecc1fc6c
+SHA512 (feedgen-1.0.0.tar.gz) = bd736ba032dfb5ede84a713aa75c7796ee830a586e5290e5887895b7c2a50c38cf604d70f24c148d180ecaa158c5eaebf67904a242120352eb52395cc3a93247
+Size (feedgen-1.0.0.tar.gz) = 258496 bytes

Index: pkgsrc/www/py-feedgen/PLIST
diff -u pkgsrc/www/py-feedgen/PLIST:1.2 pkgsrc/www/py-feedgen/PLIST:1.3
--- pkgsrc/www/py-feedgen/PLIST:1.2     Tue Feb  4 00:18:02 2020
+++ pkgsrc/www/py-feedgen/PLIST Tue Jan 16 13:41:01 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/02/04 00:18:02 minskim Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/01/16 13:41:01 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/feedgen/__init__.py
 ${PYSITELIB}/feedgen/__init__.pyc
 ${PYSITELIB}/feedgen/__init__.pyo



Home | Main Index | Thread Index | Old Index