dev-python/mmtf-python: initial import
authorAlexey Shvetsov <alexxy@gentoo.org>
Thu, 28 Jun 2018 12:09:13 +0000 (15:09 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Thu, 28 Jun 2018 12:20:03 +0000 (15:20 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/mmtf-python/Manifest [new file with mode: 0644]
dev-python/mmtf-python/metadata.xml [new file with mode: 0644]
dev-python/mmtf-python/mmtf-python-1.1.2.ebuild [new file with mode: 0644]

diff --git a/dev-python/mmtf-python/Manifest b/dev-python/mmtf-python/Manifest
new file mode 100644 (file)
index 0000000..97c7c7a
--- /dev/null
@@ -0,0 +1 @@
+DIST mmtf-python-1.1.2.tar.gz 46309 BLAKE2B b21d53f7cfbdf6f6bd4f0f3ac31a846e83ce0ee98faf77fa8d06de7520c4aa64a259e8b43a744a440a6cf1a10ad461697334683364698a68222b690301bc5554 SHA512 92afcce48c2de186cbf9c2cb39c94c5df14ae0eb613862d41b674b7d2f338855ed81be23fb14d16d2dfc8d33415d3904537ef4a422e3a52b78d461b609e968ca
diff --git a/dev-python/mmtf-python/metadata.xml b/dev-python/mmtf-python/metadata.xml
new file mode 100644 (file)
index 0000000..e490423
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>alexxy@gentoo.org</email>
+               <name>Alexey Shvetsov</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">rcsb/mmtf-python</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild
new file mode 100644 (file)
index 0000000..ed4888b
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="The python implementation of the MMTF API, decoder and encoder"
+HOMEPAGE="http://mmtf.rcsb.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       dev-python/msgpack[${PYTHON_USEDEP}]"