python3-setuptools-scm 9.2.2-2

This commit is contained in:
2025-12-07 00:19:55 +03:00
parent ad2f3f19c9
commit c50fe41c00
2 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
name='python3-setuptools-scm'
version='9.2.2'
release='1'
release='2'
desc='Setuptools plugin for managing versions with SCM metadata'
desc_ru='Плагин Setuptools для управления версиями с метаданными SCM'
homepage='https://github.com/pypa/setuptools_scm'
@@ -45,5 +45,6 @@ package() {
}
files() {
files-find-lib
files-find "./usr/lib/python3.*/site-packages/setuptools_scm"
files-find "./usr/lib/python3.*/site-packages/setuptools_scm-*.dist-info"
}