commit:     c3ad00752f42cf14c71d6ede6979e3a2aeb8027e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 19:13:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 19:23:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ad0075

sys-apps/pkgcore: add 0.12.22

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/pkgcore/Manifest               |  1 +
 sys-apps/pkgcore/pkgcore-0.12.22.ebuild | 47 +++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 73e893dfab90..a2d9ff7d217d 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1 +1,2 @@
 DIST pkgcore-0.12.21.tar.gz 629769 BLAKE2B 
d8a558205ef7832a3da082a413804658778fa7b2764f63217528c31db5767ecfebbd3148308e00d637a335a181a9131ea42e9ddff628e21088a3c5bb7570002b
 SHA512 
05821df638967ac881f549d20a92f10b87c1934e135aacafcf8d5c5434596e1c88913fcecf7dc68c4e09d456ac356ca2275b8ce664ee1bda4cf1a024395fea6f
+DIST pkgcore-0.12.22.tar.gz 631425 BLAKE2B 
2f270f8f1a75111c60717fa7d793941984a910c9700aed09d8689a96cd6aa2a91ca55723aaeff64e97bbfa978fc49fd2ba0f519006f64124dd77124b1c1768a8
 SHA512 
ca69643567c073ee2e21b251aa10578dfd02355b498c16ccea82afcb7bb88ec7051a0a25238a93ff56b97f8e8d961c0bd97b58ad46f4aa68079c2d0d88b128cb

diff --git a/sys-apps/pkgcore/pkgcore-0.12.22.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.22.ebuild
new file mode 100644
index 000000000000..3f64d0ccb6e6
--- /dev/null
+++ b/sys-apps/pkgcore/pkgcore-0.12.22.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+if [[ ${PV} == *9999 ]] ; then
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
+               https://github.com/pkgcore/pkgcore.git";
+       inherit git-r3
+else
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+       inherit pypi
+fi
+
+DESCRIPTION="a framework for package management"
+HOMEPAGE="https://github.com/pkgcore/pkgcore";
+
+LICENSE="BSD MIT"
+SLOT="0"
+
+RDEPEND="
+       >=app-shells/bash-5.0[readline]
+       dev-python/lxml[${PYTHON_USEDEP}]
+"
+if [[ ${PV} == *9999 ]]; then
+       RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
+else
+       RDEPEND+=" >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]"
+fi
+BDEPEND="
+       >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
+       test? (
+               dev-vcs/git
+       )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+       local DOCS=( NEWS.rst )
+       [[ ${PV} == *9999 ]] || doman build/sphinx/man/*
+       distutils-r1_python_install_all
+}

Reply via email to