commit:     38d44c6c5d896b46979e8d2d5d6446f009043d09
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 14:15:28 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 14:16:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d44c6c

dev-python/backports-entry_points_selectable: Bump to 1.1.1

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

 .../backports-entry_points_selectable/Manifest     |  1 +
 .../backports-entry_points_selectable-1.1.1.ebuild | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/backports-entry_points_selectable/Manifest 
b/dev-python/backports-entry_points_selectable/Manifest
index 4338b348b763..0280dea045b6 100644
--- a/dev-python/backports-entry_points_selectable/Manifest
+++ b/dev-python/backports-entry_points_selectable/Manifest
@@ -1 +1,2 @@
 DIST backports.entry_points_selectable-1.1.0.gh.tar.gz 7689 BLAKE2B 
e7fb4372838b47e65e50d91acb034afaf326947bd76bbdf14b57834b94c72fb62afa6526931a96cc1e10b43eca9d95dce7fde431c24a4e15a4b2569ddf42faeb
 SHA512 
abf8f5d228b52281160cedfd017f1a4273b8fce01ed29e9f0417f750125abacaf97a3cc6f363849702d1dc6f3c40602461f79bfcc2a36a3dfb962af1112046d2
+DIST backports.entry_points_selectable-1.1.1.gh.tar.gz 7688 BLAKE2B 
d142a4c608b05c708b01487bf2810324fe2e5229de0d57844949a4596f710f736252a3111d67a602a84a70eb32b53752a3483edf39454272bb483c8555a46cbb
 SHA512 
b811a473e13ebb3dafe94d726bfe98d7569a9d9a98ab77f1ed975b17deecf84e93e04a4ee263c3721b4e9fbbfae2f307b8c88a83441f792dd88511bb99f19c1d

diff --git 
a/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.1.ebuild
 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.1.ebuild
new file mode 100644
index 000000000000..5cf1f1d5f6a8
--- /dev/null
+++ 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Compatibility shim providing selectable entry points"
+HOMEPAGE="
+       https://github.com/jaraco/backports.entry_points_selectable/
+       https://pypi.org/project/backports.entry-points-selectable/
+"
+SRC_URI="
+       
https://github.com/jaraco/backports.entry_points_selectable/archive/v${PV}.tar.gz
+               -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to