Compare commits
No commits in common. "d2594dc112ed2b7d2647e9b66eb34a36c34b9cbd" and "f955fc9779d65a858d4c98ad1c10baccbba94576" have entirely different histories.
d2594dc112
...
f955fc9779
@ -1,6 +1,6 @@
|
|||||||
name='python3-clevercsv'
|
name='python3-clevercsv'
|
||||||
version='0.8.2'
|
version='0.8.2'
|
||||||
release='2'
|
release='1'
|
||||||
desc='A Python package for handling messy CSV files'
|
desc='A Python package for handling messy CSV files'
|
||||||
homepage='https://github.com/alan-turing-institute/CleverCSV'
|
homepage='https://github.com/alan-turing-institute/CleverCSV'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
@ -19,14 +19,7 @@ build_deps=(
|
|||||||
'python3-installer'
|
'python3-installer'
|
||||||
'python3-wheel'
|
'python3-wheel'
|
||||||
)
|
)
|
||||||
build_deps_almalinux=(
|
|
||||||
'git'
|
|
||||||
'python3-setuptools'
|
|
||||||
'python3-build'
|
|
||||||
'python3-devel'
|
|
||||||
'python3-installer'
|
|
||||||
'python3.12-wheel'
|
|
||||||
)
|
|
||||||
#opt_deps=(
|
#opt_deps=(
|
||||||
# 'python3-pandas'
|
# 'python3-pandas'
|
||||||
# 'python3-tabview'
|
# 'python3-tabview'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name='python3-dotty-dict'
|
name='python3-dotty-dict'
|
||||||
version='1.3.1'
|
version='1.3.1'
|
||||||
release='2'
|
release='1'
|
||||||
desc='Dictionary wrapper for quick access to deeply nested keys.'
|
desc='Dictionary wrapper for quick access to deeply nested keys.'
|
||||||
homepage='https://github.com/pawelzny/dotty_dict'
|
homepage='https://github.com/pawelzny/dotty_dict'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -19,13 +19,7 @@ build_deps=(
|
|||||||
'python3-wheel'
|
'python3-wheel'
|
||||||
'python3-pytest'
|
'python3-pytest'
|
||||||
)
|
)
|
||||||
build_deps_almalinux=(
|
|
||||||
'python3-build'
|
|
||||||
'python3-installer'
|
|
||||||
'python3-poetry-core'
|
|
||||||
'python3.12-wheel'
|
|
||||||
'python3-pytest'
|
|
||||||
)
|
|
||||||
sources=("https://github.com/pawelzny/dotty_dict/archive/refs/tags/v${version}.tar.gz")
|
sources=("https://github.com/pawelzny/dotty_dict/archive/refs/tags/v${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name='python3-hjson'
|
name='python3-hjson'
|
||||||
version='3.1.0'
|
version='3.1.0'
|
||||||
release='2'
|
release='1'
|
||||||
desc='JSON for Humans, allows comments and is less error prone.'
|
desc='JSON for Humans, allows comments and is less error prone.'
|
||||||
homepage='https://github.com/laktak/hjson-py'
|
homepage='https://github.com/laktak/hjson-py'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -18,9 +18,7 @@ build_deps=(
|
|||||||
'python3-setuptools'
|
'python3-setuptools'
|
||||||
'python3-wheel'
|
'python3-wheel'
|
||||||
)
|
)
|
||||||
build_deps_almalinux=(
|
|
||||||
'python3.12-wheel'
|
|
||||||
)
|
|
||||||
sources=("https://pypi.io/packages/source/h/hjson/hjson-${version}.tar.gz")
|
sources=("https://pypi.io/packages/source/h/hjson/hjson-${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user