pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pep517 py-pep517: updated to 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99a712236921
branches:  trunk
changeset: 440882:99a712236921
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 21 06:41:24 2020 +0000

description:
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.

diffstat:

 devel/py-pep517/Makefile |   4 ++--
 devel/py-pep517/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a5ce4463ede8 -r 99a712236921 devel/py-pep517/Makefile
--- a/devel/py-pep517/Makefile  Wed Oct 21 02:07:12 2020 +0000
+++ b/devel/py-pep517/Makefile  Wed Oct 21 06:41:24 2020 +0000
@@ -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/}
diff -r a5ce4463ede8 -r 99a712236921 devel/py-pep517/distinfo
--- a/devel/py-pep517/distinfo  Wed Oct 21 02:07:12 2020 +0000
+++ b/devel/py-pep517/distinfo  Wed Oct 21 06:41:24 2020 +0000
@@ -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