aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-05-21 02:31:56 +0000
committerAisha Tammy <gentoo@aisha.cc>2021-05-21 02:31:56 +0000
commit9505d99f5f1658c188177a3a195069ee57110eed (patch)
treef19b43108b8b59e37e70ad27c001d7d230753159 /dev-python/pybind11-stubgen
parentsci-libs/ensmallen: version bump to 2.16.2 (diff)
downloadsci-9505d99f5f1658c188177a3a195069ee57110eed.tar.gz
sci-9505d99f5f1658c188177a3a195069ee57110eed.tar.bz2
sci-9505d99f5f1658c188177a3a195069ee57110eed.zip
dev-python/pybind11-stubgen: version bump to 0.8.7
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python/pybind11-stubgen')
-rw-r--r--dev-python/pybind11-stubgen/Manifest1
-rw-r--r--dev-python/pybind11-stubgen/pybind11-stubgen-0.8.7.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pybind11-stubgen/Manifest b/dev-python/pybind11-stubgen/Manifest
index 8a752c6dd..57271a3a5 100644
--- a/dev-python/pybind11-stubgen/Manifest
+++ b/dev-python/pybind11-stubgen/Manifest
@@ -1 +1,2 @@
DIST pybind11-stubgen-0.8.6.tar.gz 10993 BLAKE2B f3073dac1bff941cbf2470d50d11a090a99ff335a08cca3efc217d06c3a0cab266cf9769a1a7bdc5349da7cc3120e8a6b54f60df775ee27fcfbf0b5003867726 SHA512 6a8338f78d636b865bb76a3e769997f1c781acb57a0bb4f68f59ae2d6f3c60efe2b2ec7a9034f4e172b3d4bc4c74c990a4a24c6b2df242573fa7f03b97a84851
+DIST pybind11-stubgen-0.8.7.tar.gz 10993 BLAKE2B e672e955535bb7d797a3ee692f3fb13658d589bedc60c207dc094efff2e6281aec81636b0719a61567be46eb2fb27b7235e38cc06c436dea2689ae32b4b53b18 SHA512 56f3d84027d7cb06cce608ac7403a3fea902277d6e44fa3e284227656bca036ba956ef6b51a4f963a0b19e8fe30c0ddfac6670ea338905bf3ac39668748da668
diff --git a/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.7.ebuild b/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.7.ebuild
new file mode 100644
index 000000000..3f2b0f779
--- /dev/null
+++ b/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="PEP 561 type stubs generator for pybind11 modules"
+HOMEPAGE="https://github.com/sizmailov/pybind11-stubgen"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ dev-python/pybind11[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+# no tests in package