public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 22 Apr 2023 16:12:00 +0000 (UTC)	[thread overview]
Message-ID: <1682179771.2caec20e5357b199b873f0449326c46604bed589.mgorny@gentoo> (raw)

commit:     2caec20e5357b199b873f0449326c46604bed589
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:09:31 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:09:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caec20e

dev-python/installer: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/installer/Manifest               |  2 --
 dev-python/installer/installer-0.6.0.ebuild | 41 -----------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index b6db2da200d8..2dad2ff96f1e 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
-DIST installer-0.6.0-py3-none-any.whl.zip 452554 BLAKE2B 58a38d07256ed4fde3ab9495d47c117966155067fb6e903e2c1979272055b252e81f514cc67f5d0cda12e870f0a4f68f4c44bbfd6af38628e64726bdbcb17b50 SHA512 eca4f06e078c920085090a24c6083fceba2d52e433b21e1f2fb4d4e2e457f0dcca0e0307fb3239ab6018a92a3cb2e797499f050264ca2918bd268699357140b7
-DIST installer-0.6.0.gh.tar.gz 469015 BLAKE2B c7e297724a634377d312ef408627e40c8a8aa7f67824331b657d13aa2908df2a59b935d7774437aa56b4b41bc7418f6f2e575c1e0fb6b282a124cf0440f74b89 SHA512 0952bbf245359d6f660f98e59096ed3d57facb5bad0e9715fe525bd52f50cce198b481811d2ba4d204776f7ae9bec9c3431ae044d6ef9a8db8d873c170cf13fb
 DIST installer-0.7.0-py3-none-any.whl.zip 453838 BLAKE2B 59bb698e7a4232a5254b6f6c4a042c68a22a26e15c1205707d3c9734513e92bf4518a09341619eab9ef0023ee65fcaa9837a4befb7a2452f1592411654374595 SHA512 8e10013521238ef8fb2f5ab4bd00f6154c05046011cad8824d96b7cdc4ed235b87e534d1e163a47a11dbfb5bb3cf19d9a2ea3edd1e9c9ce5fbc9a375010c36dc
 DIST installer-0.7.0.tar.gz 474349 BLAKE2B 76b86d14c0f4f0eba091ff08ef27e1b2f23c93318d197b3c41f5fef45eb11acc54bb1d35e3afc1e0dd98b30cc4cd3d9963ab1ba0bfe9d294ee3d0933ddaa24db SHA512 e89c2d28ca73d9c4291d645dda675fdcfcaba2e4f8765b9fa4a2f211e27711510f3d171b96a6b024c11808ba7f06b7b560a7cb31fafba815bd5c7396f26789f7

diff --git a/dev-python/installer/installer-0.6.0.ebuild b/dev-python/installer/installer-0.6.0.ebuild
deleted file mode 100644
index 1aa73bf5ecf6..000000000000
--- a/dev-python/installer/installer-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2023 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_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-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
-	$(pypi_wheel_url --unpack)
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-	app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-	python_domodule src/installer "${WORKDIR}"/*.dist-info
-}
-
-python_install() {
-	distutils-r1_python_install
-	python_optimize
-}


             reply	other threads:[~2023-04-22 16:12 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 16:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-22 10:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/installer/ 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-04-25 12:11 Michał Górny
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=1682179771.2caec20e5357b199b873f0449326c46604bed589.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