mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-soupsieve: update to 2.7.
This commit is contained in:
parent
d79052ed85
commit
72c51a9817
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-soupsieve'
|
# Template file for 'python3-soupsieve'
|
||||||
pkgname=python3-soupsieve
|
pkgname=python3-soupsieve
|
||||||
version=2.4.1
|
version=2.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="CSS4 selector implementation for Python3 Beautiful Soup"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://facelessuser.github.io/soupsieve/"
|
homepage="https://facelessuser.github.io/soupsieve/"
|
||||||
|
changelog="https://raw.githubusercontent.com/facelessuser/soupsieve/refs/heads/main/docs/src/markdown/about/changelog.md"
|
||||||
distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz"
|
||||||
checksum=89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea
|
checksum=ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue