pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 11:11:22 UTC 2023

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile PLIST distinfo

Log Message:
py-pygit2: update to 1.13.2.

1.13.2 (2023-10-30)
-------------------------

- Support Python 3.12

- Documentation updates
  `#1242 <https://github.com/libgit2/pygit2/pull/1242>`_

1.13.1 (2023-09-24)
-------------------------

- Fix crash in reference rename
  `#1233 <https://github.com/libgit2/pygit2/issues/1233>`_

1.13.0 (2023-09-07)
-------------------------

- Upgrade to libgit2 v1.7.1

- Don't distribute wheels for pypy, only universal wheels for macOS

- New ``Repository.remotes.create_anonymous(url)``
  `#1229 <https://github.com/libgit2/pygit2/pull/1229>`_

- docs: update links to pypi, pygit2.org
  `#1228 <https://github.com/libgit2/pygit2/pull/1228>`_

- Prep work for Python 3.12 (not yet supported)
  `#1223 <https://github.com/libgit2/pygit2/pull/1223>`_


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-pygit2/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-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.31 pkgsrc/devel/py-pygit2/Makefile:1.32
--- pkgsrc/devel/py-pygit2/Makefile:1.31        Wed Aug  2 16:17:16 2023
+++ pkgsrc/devel/py-pygit2/Makefile     Sun Nov  5 11:11:22 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/08/02 16:17:16 nia Exp $
+# $NetBSD: Makefile,v 1.32 2023/11/05 11:11:22 wiz Exp $
 
-DISTNAME=      pygit2-1.12.2
+DISTNAME=      pygit2-1.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -10,18 +10,17 @@ HOMEPAGE=   https://github.com/libgit2/pyg
 COMMENT=       Python bindings to libgit2
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.9.1:../../devel/py-cffi
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=   c99
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../devel/libgit2/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.9 pkgsrc/devel/py-pygit2/PLIST:1.10
--- pkgsrc/devel/py-pygit2/PLIST:1.9    Tue Sep  6 09:26:27 2022
+++ pkgsrc/devel/py-pygit2/PLIST        Sun Nov  5 11:11:22 2023
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.9 2022/09/06 09:26:27 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.10 2023/11/05 11:11:22 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pygit2/__init__.py
 ${PYSITELIB}/pygit2/__init__.pyc
 ${PYSITELIB}/pygit2/__init__.pyo

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.24 pkgsrc/devel/py-pygit2/distinfo:1.25
--- pkgsrc/devel/py-pygit2/distinfo:1.24        Tue Jul  4 10:03:10 2023
+++ pkgsrc/devel/py-pygit2/distinfo     Sun Nov  5 11:11:22 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2023/07/04 10:03:10 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/11/05 11:11:22 wiz Exp $
 
-BLAKE2s (pygit2-1.12.2.tar.gz) = 8ded20026d9447e808c91ac23feac42013c609950da5660144fd18486be33295
-SHA512 (pygit2-1.12.2.tar.gz) = adf82f385b0cb8e239113171e7e4d75d4902828b18a04f2624c6931f7d11648ae0503d615ef5d89ddc477b94c5ac48354be223e2bde7d4c111a957e114b6a28d
-Size (pygit2-1.12.2.tar.gz) = 738453 bytes
+BLAKE2s (pygit2-1.13.2.tar.gz) = 932327858a738f464dc6cdda8cc543bf4d8a5260dd1f037df95904bdc532191d
+SHA512 (pygit2-1.13.2.tar.gz) = db6a5bbda6b3ca0bc2361e37782f7d1bf19bf8c79d6229776d1cd8b78691ddfeaf462b8fec0604babc052a8829c4f2b0e4c66432f73bebf11b6301011ab94bd8
+Size (pygit2-1.13.2.tar.gz) = 739956 bytes
 SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e



Home | Main Index | Thread Index | Old Index