summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-12-25 17:24:29 +0800
committerJason Zaman <perfinion@gentoo.org>2019-12-26 10:34:52 +0800
commit3ed00d5c385728e06686364c76764b46ba394fd0 (patch)
treefab898e86bc2b81baf17bd2c88aca2d454490d03 /dev-python/pybind11/pybind11-2.4.3.ebuild
parentdev-python/fqdn: drop 1.1.1 (diff)
downloadgentoo-3ed00d5c385728e06686364c76764b46ba394fd0.tar.gz
gentoo-3ed00d5c385728e06686364c76764b46ba394fd0.tar.bz2
gentoo-3ed00d5c385728e06686364c76764b46ba394fd0.zip
dev-python/pybind11: new package
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'dev-python/pybind11/pybind11-2.4.3.ebuild')
-rw-r--r--dev-python/pybind11/pybind11-2.4.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild b/dev-python/pybind11/pybind11-2.4.3.ebuild
new file mode 100644
index 000000000000..17dbf2532c6f
--- /dev/null
+++ b/dev-python/pybind11/pybind11-2.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="AST-based Python refactoring library"
+HOMEPAGE="https://github.com/pybind/pybind11"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""