Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject2setuppy/
Date: Sun, 03 May 2020 12:47:25
Message-Id: 1588510032.beb19ebf3acbbca253a402bbaa37b1f20814b3cf.mgorny@gentoo
1 commit: beb19ebf3acbbca253a402bbaa37b1f20814b3cf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 11:28:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 12:47:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb19ebf
7
8 dev-python/pyproject2setuppy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyproject2setuppy/Manifest | 2 --
13 .../pyproject2setuppy/pyproject2setuppy-2.ebuild | 26 ----------------------
14 .../pyproject2setuppy/pyproject2setuppy-3.ebuild | 26 ----------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/dev-python/pyproject2setuppy/Manifest b/dev-python/pyproject2setuppy/Manifest
18 index b46c3ea96ae..a0b696e88c2 100644
19 --- a/dev-python/pyproject2setuppy/Manifest
20 +++ b/dev-python/pyproject2setuppy/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyproject2setuppy-2.tar.gz 7589 BLAKE2B 21abc62707b590e5676b53500094887f7768082ea3c6d89b2d447461c219cda726de59aa299ebb960a0767935ece06abdf4729e4dd22d3bb003370d95ce19858 SHA512 684b292a6c2880f756ee7a4ba34a674bdb12f27952673cda9bc488f90101b2d1cd134e240b924148044fb6d02c5b7a5068fb7a857fef3f0c3f65f91e14c0ca4a
23 -DIST pyproject2setuppy-3.tar.gz 7896 BLAKE2B 85c12ec08bc43f30d35b300ea1ca48e98da391ac6c7e8e361ea03d020c5527dcdf0762a339666a6284b66ccf78f94428c31ec1760237c2baf0d63d9a3c6ab188 SHA512 b018ddd95eb4dbdada9a0aa32675762df1113b27b89ecccadda37c0c6cfc5c193cd3992eb34ec687babfd02fe3454ef793c1f2b619a662d380cba1441785d6c4
24 DIST pyproject2setuppy-4.tar.gz 7947 BLAKE2B 882aaf98c37560c9dff577cd7392830a0fc3a4bb9a1ed774037582c3c9bf2e74d15bc2fcb9fe1eea221dc65b9d0f8f6c9d677fca1a2045214440818712d7802e SHA512 1721ea0ba9bbd579af88543e2487863803eb002ba2eacd7db7b7dfad663a87a1f8248afff92964fedc0d5edffa92929dfb3e613f8ba0ec884ee98e44fb38544d
25
26 diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-2.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-2.ebuild
27 deleted file mode 100644
28 index c2c199040aa..00000000000
29 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-2.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 2019-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DISTUTILS_USE_SETUPTOOLS=manual
38 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Cheap setup.py hack to install flit & poetry-based projects"
43 -HOMEPAGE="https://github.com/mgorny/pyproject2setuppy"
44 -SRC_URI="
45 - https://github.com/mgorny/pyproject2setuppy/archive/v${PV}.tar.gz
46 - -> ${P}.tar.gz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
51 -
52 -RDEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - dev-python/toml[${PYTHON_USEDEP}]"
55 -BDEPEND="${RDEPEND}"
56 -
57 -distutils_enable_tests pytest
58
59 diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild
60 deleted file mode 100644
61 index c2c199040aa..00000000000
62 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild
63 +++ /dev/null
64 @@ -1,26 +0,0 @@
65 -# Copyright 2019-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -DISTUTILS_USE_SETUPTOOLS=manual
71 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Cheap setup.py hack to install flit & poetry-based projects"
76 -HOMEPAGE="https://github.com/mgorny/pyproject2setuppy"
77 -SRC_URI="
78 - https://github.com/mgorny/pyproject2setuppy/archive/v${PV}.tar.gz
79 - -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD-2"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
84 -
85 -RDEPEND="
86 - dev-python/setuptools[${PYTHON_USEDEP}]
87 - dev-python/toml[${PYTHON_USEDEP}]"
88 -BDEPEND="${RDEPEND}"
89 -
90 -distutils_enable_tests pytest