pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pep517
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 21 06:41:24 UTC 2020
Modified Files:
pkgsrc/devel/py-pep517: Makefile distinfo
Log Message:
py-pep517: updated to 0.9.1
0.9
- Deprecated the higher level API which handles creating an environment and
installing build dependencies. This was not very complete, and the `PyPA build
project <https://github.com/pypa/build>`_ is designed for this use case.
- New ``python_executable`` parameter for :class:`.Pep517HookCaller` to run hooks
with a different Python interpreter.
- Fix for locating the script to run in the subprocess in some scenarios.
- Fix example in README to get ``build-backend`` correctly.
- Created `documentation on Read the Docs
<https://pep517.readthedocs.io/en/latest/index.html>`__
- Various minor improvements to testing.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pep517/Makefile \
pkgsrc/devel/py-pep517/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-pep517/Makefile
diff -u pkgsrc/devel/py-pep517/Makefile:1.1 pkgsrc/devel/py-pep517/Makefile:1.2
--- pkgsrc/devel/py-pep517/Makefile:1.1 Fri Jun 12 06:58:26 2020
+++ pkgsrc/devel/py-pep517/Makefile Wed Oct 21 06:41:24 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/06/12 06:58:26 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/21 06:41:24 adam Exp $
-DISTNAME= pep517-0.8.2
+DISTNAME= pep517-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pep517/}
Index: pkgsrc/devel/py-pep517/distinfo
diff -u pkgsrc/devel/py-pep517/distinfo:1.1 pkgsrc/devel/py-pep517/distinfo:1.2
--- pkgsrc/devel/py-pep517/distinfo:1.1 Fri Jun 12 06:58:26 2020
+++ pkgsrc/devel/py-pep517/distinfo Wed Oct 21 06:41:24 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/06/12 06:58:26 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/10/21 06:41:24 adam Exp $
-SHA1 (pep517-0.8.2.tar.gz) = 830d5c745e08e07b276ae500526f263c27a9083b
-RMD160 (pep517-0.8.2.tar.gz) = 0b2cc28ff3fbdab2fdcd7a1bf6a5311af48be5a0
-SHA512 (pep517-0.8.2.tar.gz) = 668569a26a4c21a1b8d6828a26bdcdab62b8c4d5fcaba8d9f9a4740e0fce7f071295e28d91349500b4c7be05ab2c2670986de18f01e2afafc1878101e5ef9af2
-Size (pep517-0.8.2.tar.gz) = 20440 bytes
+SHA1 (pep517-0.9.1.tar.gz) = 67c94c82764918f680896baa50298ceaa152eaaa
+RMD160 (pep517-0.9.1.tar.gz) = 085fcb66443ec0c3c4dc455fce433989b54ad54c
+SHA512 (pep517-0.9.1.tar.gz) = 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df
+Size (pep517-0.9.1.tar.gz) = 23213 bytes
Home |
Main Index |
Thread Index |
Old Index