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: Sat, 25 Apr 2020 07:49:00
Message-Id: 1587800931.3eda236ea1f18e73757940893b917d04f759ac16.mgorny@gentoo
1 commit: 3eda236ea1f18e73757940893b917d04f759ac16
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 07:39:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 07:48:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eda236e
7
8 dev-python/pyproject2setuppy: Bump to v5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyproject2setuppy/Manifest | 1 +
13 .../pyproject2setuppy/pyproject2setuppy-4.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/pyproject2setuppy/Manifest b/dev-python/pyproject2setuppy/Manifest
17 index dc4422f82f2..b46c3ea96ae 100644
18 --- a/dev-python/pyproject2setuppy/Manifest
19 +++ b/dev-python/pyproject2setuppy/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pyproject2setuppy-2.tar.gz 7589 BLAKE2B 21abc62707b590e5676b53500094887f7768082ea3c6d89b2d447461c219cda726de59aa299ebb960a0767935ece06abdf4729e4dd22d3bb003370d95ce19858 SHA512 684b292a6c2880f756ee7a4ba34a674bdb12f27952673cda9bc488f90101b2d1cd134e240b924148044fb6d02c5b7a5068fb7a857fef3f0c3f65f91e14c0ca4a
22 DIST pyproject2setuppy-3.tar.gz 7896 BLAKE2B 85c12ec08bc43f30d35b300ea1ca48e98da391ac6c7e8e361ea03d020c5527dcdf0762a339666a6284b66ccf78f94428c31ec1760237c2baf0d63d9a3c6ab188 SHA512 b018ddd95eb4dbdada9a0aa32675762df1113b27b89ecccadda37c0c6cfc5c193cd3992eb34ec687babfd02fe3454ef793c1f2b619a662d380cba1441785d6c4
23 +DIST pyproject2setuppy-4.tar.gz 7947 BLAKE2B 882aaf98c37560c9dff577cd7392830a0fc3a4bb9a1ed774037582c3c9bf2e74d15bc2fcb9fe1eea221dc65b9d0f8f6c9d677fca1a2045214440818712d7802e SHA512 1721ea0ba9bbd579af88543e2487863803eb002ba2eacd7db7b7dfad663a87a1f8248afff92964fedc0d5edffa92929dfb3e613f8ba0ec884ee98e44fb38544d
24
25 diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-4.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-4.ebuild
26 new file mode 100644
27 index 00000000000..c2c199040aa
28 --- /dev/null
29 +++ b/dev-python/pyproject2setuppy/pyproject2setuppy-4.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 2019-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DISTUTILS_USE_SETUPTOOLS=manual
37 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Cheap setup.py hack to install flit & poetry-based projects"
42 +HOMEPAGE="https://github.com/mgorny/pyproject2setuppy"
43 +SRC_URI="
44 + https://github.com/mgorny/pyproject2setuppy/archive/v${PV}.tar.gz
45 + -> ${P}.tar.gz"
46 +
47 +LICENSE="BSD-2"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
50 +
51 +RDEPEND="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + dev-python/toml[${PYTHON_USEDEP}]"
54 +BDEPEND="${RDEPEND}"
55 +
56 +distutils_enable_tests pytest