dev-python/WSME: 0.9.2 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Matthew Thode
2017-08-27 18:34:33 -05:00
parent c64a5699b4
commit 5bdc31e9ab
3 changed files with 33 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
DIST WSME-0.8.0.tar.gz 121619 SHA256 00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db SHA512 a0fb92a16bf3a3df75c71ad8756a18e97ee6ab381ad954898970a5eec93cae5469a8fa07a8724cfc64e53d3ad3c3d7d7feaaa55b92176bfb24fc566bd7f415a7 WHIRLPOOL 542f46ffab012f83d18c7c10d4e681f2ae775d0995d48c29a68b7c0b4a7f1cff7fc16d88251f73c4bf04740947d35dc7b5f6c68391e0d05ae5e29cee9bc4ea82
DIST WSME-0.9.1.tar.gz 123187 SHA256 afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197 SHA512 795cd780f54e4b4b25d7ae5bee75f3b8d1513b315dbd8f056051452181be4f2067b06db9e695585c0d2b00474c2e2d7c75bbf4ec57519f9343c8cc184389ca4f WHIRLPOOL 945fa54af366cedd25e5cf463464aa178ffc08ec5f13d25449630b80a18716bbabd5598379feba389c956120d3136c82ecff23f7782afda5924220cc09daaf61
DIST WSME-0.9.2.tar.gz 122620 SHA256 e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976 SHA512 7817e5c90a18223a317b6d1e437796fd87ba4b70f4f4ea4873c305b796fae00bc8bad20f30d736ac50317eb45e2aec0e4e819f7fb9b22b1b116983837af58cc8 WHIRLPOOL 75ee5864c8fe507f23ecad0b0d1aa9e79d271dd7e18bbfcb171c0e5d4318586af60c9771fe34bd8a198bd32aac7903df54a18bcc5d1c8558bc43b9811f8ad2ac

View File

@@ -0,0 +1,30 @@
# 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 python3_6 )
inherit distutils-r1
DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols."
HOMEPAGE="http://pythonhosted.org//WSME"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
"
RDEPEND="
${CDEPEND}
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
"

View File

@@ -10,8 +10,8 @@
<name>Openstack</name>
</maintainer>
<longdescription lang="en">
Simplify the writing of REST APIs, and extend them with additional protocols.
</longdescription>
Simplify the writing of REST APIs, and extend them with additional protocols.
</longdescription>
<upstream>
<remote-id type="pypi">WSME</remote-id>
</upstream>