mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scruffy: rebuild for python3-3.13
This commit is contained in:
parent
d86ae31f35
commit
8b57e78530
1 changed files with 2 additions and 2 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-scruffy'
|
# Template file for 'python3-scruffy'
|
||||||
pkgname=python3-scruffy
|
pkgname=python3-scruffy
|
||||||
version=0.3.8.2
|
version=0.3.8.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-six python3-yaml"
|
depends="python3-setuptools python3-six python3-yaml"
|
||||||
checkdepends="python3-nose"
|
|
||||||
short_desc="Framework for boilerplate in Python apps"
|
short_desc="Framework for boilerplate in Python apps"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/snare/scruffy"
|
homepage="https://github.com/snare/scruffy"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=36bd10f44a5329590e4ea7a6746645c1f9fa05d03b62c8c713676c65dbff2392
|
checksum=36bd10f44a5329590e4ea7a6746645c1f9fa05d03b62c8c713676c65dbff2392
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue