From d728a4d36480a52cc92841c38607494f3a5435b6 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Sat, 15 Nov 2014 12:35:36 +0000 Subject: new ebuild to support dev-python/singledispatch, ebuild by proxy maintainers listed in metadata, closes Bug #521928 Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D --- virtual/python-singledispatch/Manifest | 13 ++++++++++++- virtual/python-singledispatch/metadata.xml | 17 +++++++++++++++++ .../python-singledispatch-0.ebuild | 18 ++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 virtual/python-singledispatch/metadata.xml create mode 100644 virtual/python-singledispatch/python-singledispatch-0.ebuild (limited to 'virtual') diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest index 8d8ce820f614..956652468e82 100644 --- a/virtual/python-singledispatch/Manifest +++ b/virtual/python-singledispatch/Manifest @@ -1,2 +1,13 @@ -EBUILD python-singledispatch-0.ebuild 445 SHA256 386cc8686b6cd82b6f91a074f01f1dc55ccd20f84cfdae21858879e8107d85cf SHA512 f48cc796a853927ae6b7d06e9d2b950a19f9ada1010124509a3baac6fa414754bb42eac8e45bcd43ff0b49dad2bc7bb0d3f65b7b7afe579d9ef05bd4720e19ca WHIRLPOOL e81cc42407643772fc60b97116be41fe1d09c4d9ad121957c4e53529e3da955a62ac3002a7133d7f53951ea0fa4d08d4280bf332dbd1ffeb4eaf482932751b5a +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD python-singledispatch-0.ebuild 568 SHA256 358236170e2e1aec58c6766362d3e2b1ff26ba19739cdd8ad709cc4b732fd011 SHA512 ece423964d0e4d36fe075f2952be7577f39bb548ca0c7720d83d404fe7c73021fe71edb06e9dcceaf9de62d83dffbf72d7fd0c0e600e77e40306fa3ddcb5c3c3 WHIRLPOOL 26911808e0461d9eeecc6f92d7481c02162f12c6c8898940d72498e35c8c6dd6b2c2e8927c8aa9df69ff086a5345b1a5a0bad0116b5555276c5e750e00b9cfc2 +MISC ChangeLog 490 SHA256 8cb1b89d020f1d2633d24a571ade498291314a48b775deb78fc9ed1ccb82dccd SHA512 a7217023ab2bc7abee158f9e702eaa889e7f38f946b4863fa56e815dbde7b9a822ce9249a3d26702fad8a5145810b2eab0e571fc80f856b2c86b29bf92f90394 WHIRLPOOL 3cb0d48aa8ee15b889c49a6044ae23495fa3166d87a033af7eee8642515ec7c1f90315a617f3ac5c99c42c0bffbd9badde4db46c745c4371a527d7d887549c31 MISC metadata.xml 549 SHA256 2329634e0a040caf0c267f5345ca93e3d65e0bb9cc799173d3aeb7776c441f1d SHA512 edf6d83c109fa678867efcb2a6b3e4d43b44b8175e2cdc748fc486a5af4adee34812aff9af5608151c8e7b3f13186885691d53f97463eea6d8e2ceb741750d00 WHIRLPOOL 0bfff178f98236895d601d74c232f2585531e24ca3a2218bf3381453d4d96d36cea00ef914788ebccf537d5b3b1363d939640cb8caa420d296724e44b798c9f4 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEAREIAAYFAlRnSI8ACgkQso7CE7gHKw3EFgCglXWsBaihC5mIz4Dgip6huvQR +2qcAoJMpz2KPDY0TWhmO5TmAGate9Vq6 +=WAWK +-----END PGP SIGNATURE----- diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml new file mode 100644 index 000000000000..543f848f4505 --- /dev/null +++ b/virtual/python-singledispatch/metadata.xml @@ -0,0 +1,17 @@ + + + + + idella4@gentoo.org + + + timo@rothenpieler.org + Timo Rothenpieler + proxy maintainer + + + realnc@gmail.com + Nikos Chantziaras + proxy maintainer + + diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild new file mode 100644 index 000000000000..db64a58e03b6 --- /dev/null +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/python-singledispatch/python-singledispatch-0.ebuild,v 1.1 2014/11/15 12:35:12 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +inherit python-r1 + +DESCRIPTION="A virtual for the Python functools.singledispatch module" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_2 python3_3)" -- cgit v1.2.3-65-gdbad