From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/installer/
Date: Mon, 25 Apr 2022 12:11:05 +0000 (UTC) [thread overview]
Message-ID: <1650888532.6a94c3f81ab9fa358328a3edb185bdfef51bb817.mgorny@gentoo> (raw)
commit: 6a94c3f81ab9fa358328a3edb185bdfef51bb817
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 11:43:20 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 12:08:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a94c3f8
dev-python/installer: Bump to 0.5.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/installer/Manifest | 2 ++
dev-python/installer/installer-0.5.1.ebuild | 44 +++++++++++++++++++++++++++++
dev-python/installer/metadata.xml | 2 +-
3 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index 615052a2d874..0d491f829ade 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
DIST installer-0.5.0-py3-none-any.whl.zip 452177 BLAKE2B 41bb5929c1bc42afa1e09f366356aa441eb92d258da40421d7f46ceb466ee4604ed96fef0969dcd2fe28e8f4b06c741ac3108000f69ea42b6bb194890102ad71 SHA512 470c4fec8888114af6769db8b8cefa09a376bfcdf0d78320f884a7453a4991765cdf0b9122c74d8e147d193e75ab3e12cc24c3b93c0668956c17f52443833c4e
DIST installer-0.5.0.gh.tar.gz 468351 BLAKE2B 6c258bdaae3351e87a88675fb813bb70611d9188ba16a09ba03de4caa3d79fe32544e229f880338304d00343c2b3121b1948bbef2e27c7255d231a3d5665aa5f SHA512 8731bbf8a51b1094dc87f84575eec07a650988bdeddf205d04cf80a5088eac0d8b2927022864f4011a9562fcaae9f511747e5672f94ec3cce1dccdfa833c4fce
+DIST installer-0.5.1-py3-none-any.whl.zip 452220 BLAKE2B df2d2b351c3ca1e7d5991cebc77035bd8da980d0cd739b11532dac3e1fca4bcf58ebb746b4a3468978f765515ca22d3f777b279174715aaa2838231d4204028b SHA512 50f4778352393ad4d56ce5ccce2f5691df2114ef133b1a614e1c4ec2802261dd4de162fd359f47a51b4195b9b5594f5448591ee80356fd2ddb3221a2e602c797
+DIST installer-0.5.1.gh.tar.gz 468433 BLAKE2B 5ba76eb2a576209c2bdf80adfcbd8ea22b55394652640085cf8dd39ded06a0a33ab75f3e4ff73d5de2db028b8c4dac652d631c94e2c9401a825ee75e7b143c01 SHA512 0320c1795c98a593b5da46775465e26bdf8736f59835970517cb02f2756030a3744b9385a9342e8062362d0769d585ff6cce504fdf105e99d27d6ba40281842b
diff --git a/dev-python/installer/installer-0.5.1.ebuild b/dev-python/installer/installer-0.5.1.ebuild
new file mode 100644
index 000000000000..fc57c39dcab2
--- /dev/null
+++ b/dev-python/installer/installer-0.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+ https://pypi.org/project/installer/
+ https://github.com/pypa/installer/
+ https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+ https://github.com/pypa/installer/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+ https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+ -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+ app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+ local -x PYTHONPATH=src
+ epytest
+}
+
+python_install() {
+ python_domodule src/installer "${WORKDIR}"/*.dist-info
+}
diff --git a/dev-python/installer/metadata.xml b/dev-python/installer/metadata.xml
index 090fe7139f47..29211bd2819d 100644
--- a/dev-python/installer/metadata.xml
+++ b/dev-python/installer/metadata.xml
@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">installer</remote-id>
- <remote-id type="github">pradyunsg/installer</remote-id>
+ <remote-id type="github">pypa/installer</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2022-04-25 12:11 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-25 12:11 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-22 16:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/installer/ Michał Górny
2023-04-22 10:53 Sam James
2023-03-18 6:00 Michał Górny
2023-02-07 14:31 Michał Górny
2023-01-07 15:03 Michał Górny
2023-01-07 12:40 Arthur Zamarin
2022-12-07 15:59 Michał Górny
2022-08-02 4:08 Michał Górny
2022-07-10 18:52 Michał Górny
2022-07-10 16:56 Sam James
2022-06-08 7:54 Michał Górny
2022-06-07 14:38 Michał Górny
2022-06-07 6:54 Michał Górny
2022-05-27 19:45 Michał Górny
2022-05-27 9:07 Jakov Smolić
2022-04-29 7:59 WANG Xuerui
2022-03-20 18:33 Michał Górny
2022-03-20 18:30 Arthur Zamarin
2022-02-16 22:34 Michał Górny
2022-02-11 20:52 Arthur Zamarin
2022-02-11 20:51 Arthur Zamarin
2022-02-11 12:25 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 10:45 Jakov Smolić
2022-02-10 10:45 Jakov Smolić
2022-01-31 0:57 Sam James
2022-01-26 11:43 Fabian Groffen
2022-01-26 10:51 Michał Górny
2022-01-24 22:14 Michał Górny
2022-01-24 10:36 Michał Górny
2022-01-18 8:46 Michał Górny
2022-01-18 8:46 Michał Górny
2022-01-17 2:24 Joshua Kinard
2022-01-16 23:16 James Le Cuirot
2022-01-16 17:40 Michał Górny
2022-01-16 14:05 Yixun Lan
2022-01-16 8:54 Arthur Zamarin
2022-01-16 8:50 Arthur Zamarin
2022-01-16 8:50 Arthur Zamarin
2022-01-16 8:50 Arthur Zamarin
2022-01-16 8:47 Arthur Zamarin
2022-01-16 8:46 Arthur Zamarin
2022-01-16 8:46 Arthur Zamarin
2022-01-16 8:46 Arthur Zamarin
2022-01-16 8:46 Arthur Zamarin
2022-01-14 10:54 Michał Górny
2022-01-13 21:01 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1650888532.6a94c3f81ab9fa358328a3edb185bdfef51bb817.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox