commit: 85cfd5f431dcfe4efd0561ae0598fa28d6b2214a Author: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail <DOT> com> AuthorDate: Mon Jan 4 02:01:37 2021 +0000 Commit: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com> CommitDate: Mon Jan 4 02:14:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85cfd5f4
dev-python/phx-class-registry: new package, dep of b2 Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail.com> dev-python/phx-class-registry/Manifest | 1 + dev-python/phx-class-registry/metadata.xml | 17 +++++++++++++++++ .../phx-class-registry/phx-class-registry-3.0.5.ebuild | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/phx-class-registry/Manifest b/dev-python/phx-class-registry/Manifest new file mode 100644 index 00000000..4622fc77 --- /dev/null +++ b/dev-python/phx-class-registry/Manifest @@ -0,0 +1 @@ +DIST phx-class-registry-3.0.5.tar.gz 23756 BLAKE2B 7ba98323cb91a328b7dbe3df2def174d950c9f78da2fbd62c81dbf3803d570d42794a20ca3219b41f8f5b739efd3317ce8672f70169db492c2cda8a980460fb1 SHA512 324171cbf14132e02c58026d90c87d408fd321d95258cf8cd66de472a125177c4131ca1e47fad279db3384a8a3a50832eb1287a4b577c76c79a9391fa1d998c6 diff --git a/dev-python/phx-class-registry/metadata.xml b/dev-python/phx-class-registry/metadata.xml new file mode 100644 index 00000000..4de28fe6 --- /dev/null +++ b/dev-python/phx-class-registry/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Wolfgang E. Sanyer</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + At the intersection of the Registry and Factory patterns lies the + ClassRegistry. This package contains the python modules necessary to use + this dessign pattern + </longdescription> +</pkgmetadata> diff --git a/dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild b/dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild new file mode 100644 index 00000000..282d9a8e --- /dev/null +++ b/dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="An intersection of the Registry and Factory pattern" +HOMEPAGE="https://github.com/todofixthis/class-registry" +SRC_URI="https://github.com/todofixthis/class-registry/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}/class-registry-${PV}" + +distutils_enable_tests nose
