python3-wheel 0.45.1-4

This commit is contained in:
Евгений Храмов 2025-03-05 14:12:42 +03:00
parent df83465b2b
commit d0807b18f5

@ -1,13 +1,13 @@
name='python3-wheel' name='python3-wheel'
version='0.45.1' version='0.45.1'
release='3' release='4'
desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427' desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427'
homepage='https://github.com/pypa/wheel' homepage='https://github.com/pypa/wheel'
maintainer='Евгений Храмов <xpamych@yandex.ru>' maintainer='Евгений Храмов <xpamych@yandex.ru>'
architectures=('all') architectures=('all')
license=('MIT') license=('MIT')
provides=('wheel') provides=('python-wheel')
conflicts=('wheel') conflicts=('python-wheel')
deps=("python3") deps=("python3")
deps_arch=("python") deps_arch=("python")