dev-python/pybind11: new package
authorJason Zaman <perfinion@gentoo.org>
Wed, 25 Dec 2019 09:24:29 +0000 (17:24 +0800)
committerJason Zaman <perfinion@gentoo.org>
Thu, 26 Dec 2019 02:34:52 +0000 (10:34 +0800)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
dev-python/pybind11/Manifest [new file with mode: 0644]
dev-python/pybind11/metadata.xml [new file with mode: 0644]
dev-python/pybind11/pybind11-2.4.3.ebuild [new file with mode: 0644]

diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest
new file mode 100644 (file)
index 0000000..5ff276e
--- /dev/null
@@ -0,0 +1 @@
+DIST pybind11-2.4.3.tar.gz 138789 BLAKE2B 6279ddbc4ca4c8a62eeff684cac789a315eef0ce769258c8152f7073f8bbea39e582ed1ea86fae6878f46c675ed998c314bbaa54a40457287833cc555f5d9692 SHA512 97b6ffb38dbda8021e8265c2052df65785d532dbcd94a2b711306f806eab1a9e2aaf31ea466f13eb5784856ac69e0f4c1dc6d742aa70e5a10ce9ce338e5e9d84
diff --git a/dev-python/pybind11/metadata.xml b/dev-python/pybind11/metadata.xml
new file mode 100644 (file)
index 0000000..cd8fa63
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>perfinion@gentoo.org</email>
+               <name>Jason Zaman</name>
+       </maintainer>
+       <longdescription lang="en">
+               Seamless operability between C++11 and Python
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild b/dev-python/pybind11/pybind11-2.4.3.ebuild
new file mode 100644 (file)
index 0000000..17dbf25
--- /dev/null
@@ -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=""