mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cpuset: update to 1.6.2 for python3.12
- upstream has migrated to new repo / ownership; updated accordingly - removed dependency on python3-future per upstream's changes - should fix failing python3 check in #46170
This commit is contained in:
parent
1b8b9bccb0
commit
89c5a2c1fd
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'cpuset'
|
# Template file for 'cpuset'
|
||||||
pkgname=cpuset
|
pkgname=cpuset
|
||||||
version=1.6
|
version=1.6.2
|
||||||
revision=6
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="cpuset"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-future"
|
|
||||||
short_desc="Wrapper to make kernel cpusets facilities easier to use"
|
short_desc="Wrapper to make kernel cpusets facilities easier to use"
|
||||||
maintainer="Simon Zelazny <zelazny@mailbox.org>"
|
maintainer="Simon Zelazny <zelazny@mailbox.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/lpechacek/cpuset"
|
homepage="https://github.com/SUSE/cpuset"
|
||||||
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
|
distfiles="https://github.com/SUSE/cpuset/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=61702a7ad9acb9f0ff30abd37cc74dbae52095f265a89aacee99f42a61ac2512
|
checksum=298187d07830c0308a35bbdc57daef22743f6300af1da5e780b45c7579ebf78b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
|
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue