commit:     a4621fd449349400ce472e9c3441a96a29a49f68
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:02:02 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:02:02 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4621fd4

dev-python/param: add 1.12.3

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/param/param-1.12.3.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/param/param-1.12.3.ebuild 
b/dev-python/param/param-1.12.3.ebuild
new file mode 100644
index 000000000..c6f2fd42c
--- /dev/null
+++ b/dev-python/param/param-1.12.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Make Python code clearer and more reliable by declaring 
Parameters"
+HOMEPAGE="https://param.holoviz.org";
+# Pypi sources do not include tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+# Some tests require nose:
+distutils_enable_tests unittest

Reply via email to