mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pywlroots, replaces python3-pywlroots-0.16
This commit is contained in:
parent
4f4c7ce5c8
commit
98c1344bce
3 changed files with 9 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"
|
|
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-pywlroots-0.16'
|
# Template file for 'python3-pywlroots'
|
||||||
pkgname=python3-pywlroots-0.16
|
pkgname=python3-pywlroots
|
||||||
version=0.16.7
|
version=0.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
|
hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
|
||||||
python3-wheel python3-devel wlroots${pkgname##*-}-devel"
|
python3-wheel python3-devel wlroots${version%.*}-devel"
|
||||||
makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
|
makedepends="python3-devel python3-cffi wlroots${version%.*}-devel"
|
||||||
depends="python3-pywayland python3-xkbcommon python3-cffi"
|
depends="python3-pywayland python3-xkbcommon python3-cffi"
|
||||||
short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
|
short_desc="Python binding to the wlroots library using cffi"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/flacjacket/pywlroots"
|
homepage="https://github.com/flacjacket/pywlroots"
|
||||||
distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
|
||||||
checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a
|
checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
|
||||||
conflicts="python3-pywlroots-0.15>=0"
|
replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
|
||||||
replaces="python3-pywlroots-0.15>=0"
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
[ "$CROSS_BUILD" ] || return 0
|
[ "$CROSS_BUILD" ] || return 0
|
1
srcpkgs/python3-pywlroots/update
Normal file
1
srcpkgs/python3-pywlroots/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue