pkgsrc-WIP-changes archive

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

py-chm: update to 0.8.6.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Sep 27 16:14:21 2023 +0200
Changeset:	bdfe70ce9cd1ef6d2644fe5a983d1eb5b9bbaba0

Modified Files:
	py-chm/Makefile
	py-chm/PLIST
	py-chm/distinfo

Log Message:
py-chm: update to 0.8.6.

0.8.6
  * Fix crash on Windows, Linux introduced in 0.8.5 (#7)
  * Restore compatibility with Python 2.7
    (malformed runtime error messages, compilation warnings) (#6)

---------------------------------------------------------------------------
0.8.5
  * Get rid of SWIG
  * Python 3 support

---------------------------------------------------------------------------
0.8.4.1
  * New maintainer (Mikhail Gusarov)
  * Fix compilation under OS X and Windows.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bdfe70ce9cd1ef6d2644fe5a983d1eb5b9bbaba0

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

diffstat:
 py-chm/Makefile | 13 +++++--------
 py-chm/PLIST    | 10 ++++++++--
 py-chm/distinfo |  6 +++---
 3 files changed, 16 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-chm/Makefile b/py-chm/Makefile
index 02e89602b6..4361a1465a 100644
--- a/py-chm/Makefile
+++ b/py-chm/Makefile
@@ -1,18 +1,15 @@
 # $NetBSD: Makefile,v 1.4 2012/10/06 17:55:25 asau Exp $
-#
 
-DISTNAME=	pychm-0.8.4
+DISTNAME=	pychm-0.8.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	misc python
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gnochm/}
-LICENSE=	gnu-gpl-v2
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pychm/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://gnochm.sourceforge.net/
+HOMEPAGE=	https://github.com/dottedmag/pychm/
 COMMENT=	Python bindings for the CHMLIB library
-
-PYDISTUTILSPKG=		yes
+LICENSE=	gnu-gpl-v2
 
 .include "../../devel/chmlib/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-chm/PLIST b/py-chm/PLIST
index 6fd08e36bd..efc5a0e7a4 100644
--- a/py-chm/PLIST
+++ b/py-chm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:45:09 thomasklausner Exp $
+@comment $NetBSD$
 ${PYSITELIB}/chm/__init__.py
 ${PYSITELIB}/chm/__init__.pyc
 ${PYSITELIB}/chm/__init__.pyo
@@ -9,4 +9,10 @@ ${PYSITELIB}/chm/chm.pyo
 ${PYSITELIB}/chm/chmlib.py
 ${PYSITELIB}/chm/chmlib.pyc
 ${PYSITELIB}/chm/chmlib.pyo
-${PYSITELIB}/chm/extra.so
+${PYSITELIB}/chm/extra.py
+${PYSITELIB}/chm/extra.pyc
+${PYSITELIB}/chm/extra.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-chm/distinfo b/py-chm/distinfo
index 8047a70a0c..4c5f84b6c9 100644
--- a/py-chm/distinfo
+++ b/py-chm/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2009/03/23 22:19:57 jihbed Exp $
 
-RMD160 (pychm-0.8.4.tar.gz) = 0d7e5bc293b856fc0ac8f76acc7d18e63447c6f7
-SHA512 (pychm-0.8.4.tar.gz) = 0c0c107e59ea9f5fef97a0c2869349b5e90fc9eb7a37c35e8a929eaf764c7abe5a06a389340a912b9ba2f71172f3c94a78da016707bb201bbd07bdc3feddfe0d
-Size (pychm-0.8.4.tar.gz) = 28803 bytes
+BLAKE2s (pychm-0.8.6.tar.gz) = 27a28d794c4f74e0541de774f23825d94cacb76669630e439cbc742b29b5c88d
+SHA512 (pychm-0.8.6.tar.gz) = a61987d7bb63d082d8770d247d003334c9860c874c04f5ad5271cf2345c06819bf2c3a9b3884bb84c78a5dd739749925632581bcb862cfaa13e4f850df965255
+Size (pychm-0.8.6.tar.gz) = 19562 bytes


Home | Main Index | Thread Index | Old Index