Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions srcpkgs/cpuset/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Template file for 'cpuset'
pkgname=cpuset
version=1.6
revision=6
version=1.6.2
revision=1
build_style=python3-module
pycompile_module="cpuset"
hostmakedepends="python3-setuptools"
depends="python3-future"
short_desc="Wrapper to make kernel cpusets facilities easier to use"
maintainer="Simon Zelazny <zelazny@mailbox.org>"
license="GPL-2.0-only"
homepage="https://github.com/lpechacek/cpuset"
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
checksum=61702a7ad9acb9f0ff30abd37cc74dbae52095f265a89aacee99f42a61ac2512
homepage="https://github.com/SUSE/cpuset"
distfiles="https://github.com/SUSE/cpuset/archive/refs/tags/v${version}.tar.gz"
checksum=298187d07830c0308a35bbdc57daef22743f6300af1da5e780b45c7579ebf78b

post_extract() {
sed -i 's|share/doc/packages/cpuset|share/doc/cpuset|' setup.py
Expand Down