idella4 14/09/30 05:05:00
Added: google-apputils-0.4.0.ebuild metadata.xml Manifest
ChangeLog
Log:
new package requestd by phajdan.jr in Bug #523180, required as a dep to
support protobuf-2.6.0. test phase
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.1 dev-python/google-apputils/google-apputils-0.4.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.0.ebuild?rev=1.1&content-type=text/plain
Index: google-apputils-0.4.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/google-apputils/google-apputils-0.4.0.ebuild,v
1.1 2014/09/30 05:05:00 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Collection of utilities for building Python applications"
HOMEPAGE="http://code.google.com/p/google-apputils-python/"
SRC_URI="http://google-apputils-python.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/python-dateutil:python-2
dev-python/python-gflags[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mox[${PYTHON_USEDEP}] )"
# version borders needed are already confluent with versions in the tree
python_test() {
# These yield 2 fails which are in fact expected errors run from a
shell script!
# They seemingly have no immediate mechanism to exit 0 in an expected
fail style.
for test in tests/{app_test*.py,[b-s]*.py}
do
"${PYTHON}" $test || die "test failure under ${EPYTHON}"
done
}
1.1 dev-python/google-apputils/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/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>
</pkgmetadata>
1.1 dev-python/google-apputils/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST google-apputils-0.4.0.tar.gz 80014 SHA256
b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3 SHA512
5dbbf50e9551b33d882557ef9385c64691dcff6d6c219c9ff6aea2dc73c8af6d03392b3088fe1fb4000979e227830a0e437dc347520488627657085c8ea23f5e
WHIRLPOOL
c52d3fb5a4b0a81f212f53e4e1c92efee1275415fdb6ac337bce18494cee5a9c319c07634f890187e3e9f6b7d9222da048dc484d18fde6727db569d7c579d27f
EBUILD google-apputils-0.4.0.ebuild 1057 SHA256
8f2ead5cec21834f71dd17fcd77566eedd9b05bd022d46d3fbba45627f4ddbe1 SHA512
03a9c82117d41d7d4d30ac47e9ac443fba4095d9bd632cabe74b5df0b2bf9b6ced4657ec92480ac50b32d0f28bca0208e6edd3361093f26e363f4dc098def107
WHIRLPOOL
2b48801db768eed4e1dd70e64def21e65b212a8a58a63e04bd801b2242cced855f4a3c079bcb4c755ceca547282f77f5ad6e220e18630d543e65b7045a190ee7
MISC metadata.xml 160 SHA256
6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512
7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628
WHIRLPOOL
ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
1.1 dev-python/google-apputils/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/google-apputils
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v 1.1
2014/09/30 05:05:00 idella4 Exp $
*google-apputils-0.4.0 (30 Sep 2014)
30 Sep 2014; Ian Delaney <[email protected]> +google-apputils-0.4.0.ebuild,
+metadata.xml:
new package requestd by phajdan.jr in Bug #523180, required as a dep to
support protobuf-2.6.0. test phase