diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/common | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/common')
-rw-r--r-- | dev-python/common/Manifest | 3 | ||||
-rw-r--r-- | dev-python/common/common-0.1.2.ebuild | 19 | ||||
-rw-r--r-- | dev-python/common/metadata.xml | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest new file mode 100644 index 000000000000..fa31440f29c1 --- /dev/null +++ b/dev-python/common/Manifest @@ -0,0 +1,3 @@ +DIST common-0.1.2.tar.gz 3541 BLAKE2B 5791d91a49776646ebb57bedacfbaa4b87f61ab89b4bcde2e147c5712c66f5c138b7a94f48421b751753cb689fbbd91badbf5a1fbbd185286c574f1316be7e16 SHA512 2cba2602fde34ced5b6fe603eea0aaa6810981089c9484f25ede16f6910896e783312f4d7bfc411d4eb8c278967c21ce000c3d1eb2a775d2bd76728eeebe80dc +EBUILD common-0.1.2.ebuild 471 BLAKE2B f49c5d4cc7d5760a71f4d97999fb2d1805ba859d2f5778157918398448226873d784fd6f0e39cfe190b5a5c779fb2aa6ea669ed1062f7777aa2d21e2328619e2 SHA512 de6eb674811d64973837aa6c58bdc36773846ecceabc0bce376ce2d54cba1cbcdead2515ddcac0c12752cff34c835518db451f736cbb4b8839315b685c046421 +MISC metadata.xml 319 BLAKE2B 6a196e1f5ae09dfa304a5c3688104ff09a078eb413d6069ddc700b16aef64e9cf913727f28db7f5a5c75868d1ed55512ca9d7a3bdfd08a3f255dfa47c85f1e50 SHA512 b3e0c5dadbc5227193b6ee672f8e8d7671d1aa20f5b77e7efe01873d6a47432d19855243a3de17c3589988efd7127ce654995c75032db4a889fbab1982c0ab5d diff --git a/dev-python/common/common-0.1.2.ebuild b/dev-python/common/common-0.1.2.ebuild new file mode 100644 index 000000000000..78db39794182 --- /dev/null +++ b/dev-python/common/common-0.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Common tools and data structures implemented in pure python" +HOMEPAGE="https://pypi.org/project/common/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="all-rights-reserved" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="" + +RESTRICT="mirror bindist" diff --git a/dev-python/common/metadata.xml b/dev-python/common/metadata.xml new file mode 100644 index 000000000000..1aa53a30e445 --- /dev/null +++ b/dev-python/common/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="pypi">common</remote-id> + </upstream> +</pkgmetadata> |