mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/owslib: Bump to 0.36.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST OWSLib-0.35.0.gh.tar.gz 1083891 BLAKE2B e05c29e61f7e8810a847151c86e3e8e675b38fbc65fe0380d9096bbf7e3d42b43c5d13c2374d56be6ed39427c90dd4345c743c18656abadf623fed91e42af741 SHA512 d9b9075739e8a684ffd6ab738f857ef2cd6e17efbc368afb56f8b88f49368bf1ec52922ce9fa89fb5935bc5d11c23532175fd38baf74627a0eba3beabf0e658c
|
||||
DIST OWSLib-0.36.0.gh.tar.gz 1105698 BLAKE2B eb5f4ebfaa6956b7cdfbbfcd0579bace165ea9c464361a7214887a72e53173e56e89d819975e9543ae646d1f9b9cd9ecd35ed2c3b3cbb118c15420e0efe7a059 SHA512 2d631293c8533b03bdfa7a191a8ea52c7204addae7a31e0892775be9cc9b9a8ad44f1c7e5c602c1f116dd6a7b0638411fe4896f2dc5baf51b77b53c78de1c2d5
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">geopython/OWSLib</remote-id>
|
||||
<remote-id type="pypi">OWSLib</remote-id>
|
||||
<remote-id type="pypi">owslib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
45
dev-python/owslib/owslib-0.36.0.ebuild
Normal file
45
dev-python/owslib/owslib-0.36.0.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=OWSLib-${PV}
|
||||
DESCRIPTION="Library for client programming with Open Geospatial Consortium web service"
|
||||
HOMEPAGE="
|
||||
https://geopython.github.io/OWSLib/
|
||||
https://github.com/geopython/owslib/
|
||||
https://pypi.org/project/owslib/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/geopython/${PN}/archive/${PV}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-httpserver )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
epytest -o addopts= -m "not online"
|
||||
}
|
||||
Reference in New Issue
Block a user