prometheanfire 15/01/31 18:10:40
Added: metadata.xml oslo-context-0.1.0.ebuild Manifest
ChangeLog
Log:
adding for oslo-middleware
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x33ED3FD25AFC78BA)
Revision Changes Path
1.1 dev-python/oslo-context/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/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>
<maintainer>
<email>[email protected]</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
The Oslo context library has helpers to maintain useful information about a
request context. The request context is usually populated in the WSGI pipeline
and used by various modules such as logging.
</longdescription>
</pkgmetadata>
1.1 dev-python/oslo-context/oslo-context-0.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/oslo-context-0.1.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/oslo-context-0.1.0.ebuild?rev=1.1&content-type=text/plain
Index: oslo-context-0.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/oslo-context/oslo-context-0.1.0.ebuild,v 1.1
2015/01/31 18:10:40 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Helpers to maintain useful information about a request context"
HOMEPAGE="https://pypi.python.org/pypi/oslo.context"
SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
S="${WORKDIR}/oslo.context-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
<dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
>=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
<dev-python/hacking-0.10[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
<dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
)"
RDEPEND="
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
"
# This time half the doc files are missing; Do you want them?
python_test() {
nosetests tests/ || die "test failed under ${EPYTHON}"
}
1.1 dev-python/oslo-context/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST oslo.context-0.1.0.tar.gz 12320 SHA256
0340e533033607c18ce6a305d92f38a71fd89aaf439bf45074fd4ba9ee086971 SHA512
3e2e2cab4d5efbf8385277ac33d2babad3054b22713b3f343a47644c4420b1034e7711d353990116d2e149383293ba5a1ab1fe9247b42bf119705f5006e1a5b0
WHIRLPOOL
61b8b1be44213a8f1520c29de80adffd1341a3d3278fce0c7fc0bd50165a5b6793aaf6d62ea7685871cf20b59b922d773d3e67fbc26e3d7d13ef01773cbd8e7d
EBUILD oslo-context-0.1.0.ebuild 1314 SHA256
d502b3a84b7181f1496b0b29f5dc85e7d51db535d2b476aee37022ec8b362244 SHA512
7f949d5b19aa64ebc74e2477e82b41ddbbcebb8a17458ba3814da0311acbdacf5986942510c416d0d34ad69cf6687bda0df573e13521d3ff8d8d062e3038f69c
WHIRLPOOL
47bfacc647db96ae58baea869bc0b8ca894d011129eb64c3c3dd5c56f3b97d64f055366c09ea63de20b2dd0e26a667848b1b8c59016e314af4e0cb8d6e339b57
MISC metadata.xml 524 SHA256
f0b0db058864b726f0d165b5f6e1367eaf44e1822a203778e65e95dedce1bb00 SHA512
714b2cbae3120a4521899095e28f838c752c2b669f19b0bdcc789727e19aba46d449c23af41ffabd80f204a3026bbed9486a3b6d56005fb3b61ab5773ad0ba7f
WHIRLPOOL
b27e27cc40709ca05bb01caaf67f24797382bb870e91c28c6fa30ed86c195015274979623596b2b7f7b0861aeeee0cad437a3c78dba6f15978a015d295c95f8d
1.1 dev-python/oslo-context/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/oslo-context
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-context/ChangeLog,v 1.1
2015/01/31 18:10:40 prometheanfire Exp $
*oslo-context-0.1.0 (31 Jan 2015)
31 Jan 2015; Matthew Thode <[email protected]> +metadata.xml,
+oslo-context-0.1.0.ebuild:
adding for oslo-middleware