forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
- Loading branch information
1 parent
bd9e2e7
commit c81f5e7
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST oslo.log-3.20.1.tar.gz 69615 SHA256 7d2bf72548f7f9bc94649b49fda642e057b35fd00790080c4e04b941e20aff2d SHA512 9f802251177a8a822f5944729ac226e226cf7dbe94b9d5b4e5eedb7c64f6968a35810cc288b774085f16f77eaffabf752636bc51c52d50e87cc2840b76076f13 WHIRLPOOL 1bb65964b5b9d80889825e24b87cd817b7c13ffecc349b3407c778c064d297be838862f554cfafc16c2dd2d98be6fd9f16eda2a13594e332662328e37d842e53 | ||
DIST oslo.log-3.30.0.tar.gz 78044 SHA256 efcb51449f481891f792389fb23d53d84199a1c4f36c2e0602ec466dd5543de2 SHA512 bdfd1ea1e8995b986c252680c26fd7be31ad820532f84fab893758782321be326ce32d063f1e413aaa4609f84fa15de18a0b460bb7c90954567f7a386ef9ff20 WHIRLPOOL fb3a07ecd0da119901ad5e08a8d3fc9e398e3412c5104bcac9b17a706892a2df2e9c14f52c0d940498a34a4ef4cc52711e6798af55ea9c1b1e2f884ae0474f5c | ||
DIST oslo.log-3.30.1.tar.gz 78884 SHA256 05df8e7d9ff0e078711a0d68bf338ac28ea8045616c75e1ab29b577e1c25585c SHA512 0a53a3228ccb00a58c02577ec391ada064c17999d51fcd3e6471a46d601473c5ab5686cfd61d11ebb33a594dd5845317920fdce3ca48283a39dec28f1a23b795 WHIRLPOOL 157dcb98879b2e7868c8c21d8b0cc2d6ca5cafbad13c129b57e45be3a558ed766f42f085bb050c90557194d8fb98c71195cddae99966d1b9e64295dbfef2e838 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) | ||
|
||
inherit distutils-r1 | ||
|
||
DESCRIPTION="OpenStack logging config library, configuration for all openstack projects." | ||
HOMEPAGE="https://pypi.python.org/pypi/oslo.log https://github.com/openstack/oslo.log" | ||
SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz" | ||
S="${WORKDIR}/oslo.log-${PV}" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="test" | ||
|
||
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] | ||
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" | ||
RDEPEND=" | ||
${CDEPEND} | ||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}] | ||
>=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}] | ||
!~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}] | ||
!~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}] | ||
>=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}] | ||
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] | ||
!~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}] | ||
>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}] | ||
>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] | ||
!~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}] | ||
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] | ||
>=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}] | ||
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] | ||
>=dev-python/monotonic-0.6[${PYTHON_USEDEP}]" | ||
DEPEND=" | ||
${CDEPEND} | ||
test? ( ${RDEPEND} | ||
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] | ||
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] | ||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] | ||
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] | ||
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}] | ||
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] | ||
>=dev-python/coverage-4.0[${PYTHON_USEDEP}] | ||
!~dev-python/coverage-4.4[${PYTHON_USEDEP}] | ||
>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}] | ||
>=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}] | ||
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}] | ||
!~dev-python/reno-2.3.1[${PYTHON_USEDEP}] | ||
>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}] | ||
)" | ||
|
||
python_prepare_all() { | ||
sed -i '/^hacking/d' test-requirements.txt || die | ||
distutils-r1_python_prepare_all | ||
} | ||
|
||
python_test() { | ||
nosetests oslo_log/tests || die "Tests fail with ${EPYTHON}" | ||
} |