pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-rope
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 9 19:15:57 UTC 2023
Modified Files:
pkgsrc/devel/py-rope: Makefile PLIST distinfo
Log Message:
py-rope: updated to 1.11.0
1.11.0
- Implement `except*` syntax
- allow building documentation without having rope module installed
- Allows the in-memory db to be shared across threads
- create one sqlite3.Connection per thread using a thread local
- change AutoImport's `get_modules` to be case sensitive
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-rope/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-rope/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.37 pkgsrc/devel/py-rope/Makefile:1.38
--- pkgsrc/devel/py-rope/Makefile:1.37 Tue Nov 7 22:38:00 2023
+++ pkgsrc/devel/py-rope/Makefile Thu Nov 9 19:15:57 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2023/11/07 22:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2023/11/09 19:15:57 adam Exp $
-DISTNAME= rope-1.10.0
+DISTNAME= rope-1.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
@@ -11,13 +10,14 @@ HOMEPAGE= https://github.com/python-rope
COMMENT= Python refactoring library
LICENSE= gnu-lgpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-toolconfig>=1.2.2:../../devel/py-toolconfig
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-rope/PLIST
diff -u pkgsrc/devel/py-rope/PLIST:1.7 pkgsrc/devel/py-rope/PLIST:1.8
--- pkgsrc/devel/py-rope/PLIST:1.7 Thu May 4 10:03:52 2023
+++ pkgsrc/devel/py-rope/PLIST Thu Nov 9 19:15:57 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2023/05/04 10:03:52 wiz 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.8 2023/11/09 19:15:57 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/rope/__init__.py
${PYSITELIB}/rope/__init__.pyc
${PYSITELIB}/rope/__init__.pyo
Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.25 pkgsrc/devel/py-rope/distinfo:1.26
--- pkgsrc/devel/py-rope/distinfo:1.25 Wed Oct 4 20:21:18 2023
+++ pkgsrc/devel/py-rope/distinfo Thu Nov 9 19:15:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/10/04 20:21:18 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/11/09 19:15:57 adam Exp $
-BLAKE2s (rope-1.10.0.tar.gz) = fa98744eda92e221cf5e7a0566d7c7d305ed6f5bc642212cac91b7304f08bcb7
-SHA512 (rope-1.10.0.tar.gz) = 3a8c31a89f14a78f9a0931e87e21b0a617891382e879b50a6fa846ad576ad6bf62f81ccd8c00bd237b77807832a760120256655ac4d6a73626c0b0f1b5c61100
-Size (rope-1.10.0.tar.gz) = 299732 bytes
+BLAKE2s (rope-1.11.0.tar.gz) = 59ed1962e27e63a0e4bd66308b2ac3dcb25b3a2a6fe130edc92b91662508861f
+SHA512 (rope-1.11.0.tar.gz) = e5c382325a900c1b5870aae0b7ef60528da6c73a27834b557f5245e6a6bf3412451c730cac0d5fb12f1a668dd7a8d8d0c814826babce59eb00198cd6706c016d
+Size (rope-1.11.0.tar.gz) = 287210 bytes
Home |
Main Index |
Thread Index |
Old Index