rafaelmartins 14/06/08 00:36:37 Added: metadata.xml click-2.0.ebuild Manifest ChangeLog Log: initial import (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 dev-python/click/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> <upstream> <remote-id type="pypi">click</remote-id> </upstream> </pkgmetadata> 1.1 dev-python/click/click-2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.0.ebuild?rev=1.1&content-type=text/plain Index: click-2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-2.0.ebuild,v 1.1 2014/06/08 00:36:37 rafaelmartins Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" HOMEPAGE="http://click.pocoo.org/ http://pypi.python.org/pypi/click" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" # FIXME: tests docs and examples aren't being shipped with releases. # Asked upstream to fix this. Avoided using github snapshots for now. (rafaelmartins) IUSE="" RDEPEND="dev-python/colorama" DEPEND="${RDEPEND}" 1.1 dev-python/click/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST click-2.0.tar.gz 47342 SHA256 33a984fe73aa8c6bf69c38098b69dd38405529db54baf4c8cf64c50b2dee644f SHA512 4c703ab4b5c76e393420b0edf9af9e8ddb301ccfef5f8117d3408eaa8a94abe6b7b5c7a8b61b7774a3b459b153c10438e8934f21ceb73697199828cce2c2887c WHIRLPOOL bf599395245319b31c189df297a1ec35ca69723ed24e2d3e9aa9231a3cfebdb80e1f43a0b010865b6fbecf09f23dc1121cca232aec26f09bdb455f41da5261c4 EBUILD click-2.0.ebuild 765 SHA256 63cd000cd5773c3f7f1eef1b48e20499ba52ad9ca7100f24b02b33c12362e250 SHA512 b2f7384d4c5db80804bfc794af3ccb5aa3b45375db3b3a2918fe2a2f02c79c3b80e3817179cfe53db20cdbdecc8b80dd4fd4b12c9436c5c8bf80ef6fea120fde WHIRLPOOL b5e54ad8854cde9d33d580dba04a7c400340daa7a4812177859417f24920f5451d1964060ef2c6a586a7ee972a4aeca4d331d20956f0bfb93827381e5c1eb4ca MISC metadata.xml 228 SHA256 3fa918c866e06e5f06d7c83c0292001911f59df4687da67e11e9eccbbe8c0037 SHA512 9961f824bb904d7ca99065d6df54d4e8f1b4c75099c40883b799eabc5cc2765a6b2fa2d88f1ec9fa3aa46f874f76f0b019446a55f249eb0a9b14ee89831a889e WHIRLPOOL be665b1155c03a4cf4a60ff689af695416913015ad3ec3bc78bc89310d747bc103687b354754af44533a86d407a24d03e75bd7d06b40cc5ff2e5dee1354ec7f9 1.1 dev-python/click/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-python/click # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.1 2014/06/08 00:36:37 rafaelmartins Exp $ *click-2.0 (08 Jun 2014) 08 Jun 2014; Rafael G. Martins <[email protected]> +click-2.0.ebuild, +metadata.xml: initial import
