summaryrefslogtreecommitdiff
path: root/dev-python/atpublic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/atpublic
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/atpublic')
-rw-r--r--dev-python/atpublic/Manifest3
-rw-r--r--dev-python/atpublic/atpublic-1.0.ebuild19
-rw-r--r--dev-python/atpublic/metadata.xml14
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
new file mode 100644
index 000000000000..81971b5aa6c5
--- /dev/null
+++ b/dev-python/atpublic/Manifest
@@ -0,0 +1,3 @@
+DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8
+EBUILD atpublic-1.0.ebuild 508 BLAKE2B 2ec0659c0e2f888b191bbd4b6338a81e5d95fb9536d98dd8341109d4e981a4f6e36009e6a11c7ec84909a15a2df47b8243bfeed469587832e570dfecc467c519 SHA512 ed30945d083d9850190cafe02d1ff3995509e75ed4760587c28da3c9b92849c989d339c90e7d388f719246d7ff5a9f53904eb490328bed7731b556849669302e
+MISC metadata.xml 499 BLAKE2B 545ff1748d57a895d71011220a139f70d3d6477248c79a2345ddba23995c5ac32ec2748567728485db49dbe2f2b61d3b0a5ba76839217ca5e58881193b49b0a1 SHA512 9001d8c190fae7cd4ec6e9ec9224493b4bd66af4a3cae4caa38c2ad02a361208cf953dc7357861dec1582923df187bf0ac85f478b06a3dbdf2f6921a40a2f1c6
diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild
new file mode 100644
index 000000000000..10513575bb33
--- /dev/null
+++ b/dev-python/atpublic/atpublic-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."
+HOMEPAGE="https://gitlab.com/warsaw/public"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
diff --git a/dev-python/atpublic/metadata.xml b/dev-python/atpublic/metadata.xml
new file mode 100644
index 000000000000..3aea3831625d
--- /dev/null
+++ b/dev-python/atpublic/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ </maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is a very simple decorator and function which populates a module's __all__ and optionally the module globals.
+ </longdescription>
+</pkgmetadata>