mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
dev-python/parsel: update SRC_URI
This commit is contained in:
parent
4aa8ada616
commit
0a214dccb3
1 changed files with 2 additions and 3 deletions
|
|
@ -1,15 +1,14 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Extract data from HTML and XML using XPath and CSS selectors"
|
||||
HOMEPAGE="https://github.com/scrapy/parsel"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue