mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/py3-t*: split -pyc
This commit is contained in:
parent
fe18e08b49
commit
0c83b22331
@ -2,7 +2,7 @@
|
||||
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
|
||||
pkgname=py3-tabulate
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Pretty-print tabular data"
|
||||
url="https://github.com/astanin/python-tabulate"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="MIT"
|
||||
depends="python3 py3-wcwidth"
|
||||
makedepends="py3-setuptools_scm py3-gpep517 py3-wheel"
|
||||
checkdepends="py3-nose py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tabulate-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-tblib
|
||||
pkgver=1.7.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Serialization library for Exceptions and Tracebacks"
|
||||
url="https://github.com/ionelmc/python-tblib"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-2-Clause"
|
||||
depends="python3 py3-six"
|
||||
makedepends="py3-setuptools python3-dev py3-docutils"
|
||||
checkdepends="py3-pytest py3-twisted"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/tblib/tblib-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tblib-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-tcx2gpx
|
||||
pkgver=0.1.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Convert Garmin TCX GPS tracks to GPX"
|
||||
url="https://gitlab.com/nshephard/tcx2gpx"
|
||||
arch="noarch"
|
||||
@ -16,6 +16,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-gpep517 py3-setuptools_scm py3-wheel"
|
||||
checkdepends="py3-pytest py3-pytest-cov"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/t/tcx2gpx/tcx2gpx-$pkgver.tar.gz
|
||||
exclude-tests.patch"
|
||||
builddir="$srcdir/tcx2gpx-$pkgver"
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-tcxparser
|
||||
_pkgorig=python-tcxparser
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simple parser for Garmin TCX files"
|
||||
url="https://github.com/vkurup/python-tcxparser"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python3 py3-lxml py3-dateutil"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/vkurup/python-tcxparser/archive/$pkgver/$_pkgorig-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgorig-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tcxreader
|
||||
_pkgorig=tcxreader
|
||||
pkgver=0.4.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="tcxparser is a reader / parser for Garmin’s TCX file format"
|
||||
url="https://github.com/alenrajsp/tcxreader"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
checkdepends="python3-dev py3-pytest"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/alenrajsp/tcxreader/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgorig-$pkgver"
|
||||
|
||||
|
@ -2,13 +2,14 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-telethon-session-sqlalchemy
|
||||
pkgver=0.2.16
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="SQLAlchemy backend for Telethon session storage"
|
||||
url="https://github.com/tulir/telethon-session-sqlalchemy"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/telethon-session-sqlalchemy/telethon-session-sqlalchemy-$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
builddir="$srcdir/telethon-session-sqlalchemy-$pkgver"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py3-telethon
|
||||
pkgver=1.27.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Full-featured Telegram client library"
|
||||
url="https://docs.telethon.dev/"
|
||||
arch="noarch"
|
||||
@ -17,6 +17,7 @@ checkdepends="
|
||||
py3-pytest
|
||||
py3-pytest-asyncio
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/LonamiWebs/Telethon/archive/v$pkgver/Telethon-v$pkgver.tar.gz"
|
||||
builddir="$srcdir/Telethon-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tempita
|
||||
_pkgname=Tempita
|
||||
pkgver=0.5.2
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc="A small templating language"
|
||||
url="https://pypi.org/project/Tempita"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
options="!check" #no testsuite
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
|
||||
setuptools59.patch
|
||||
"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-tempora
|
||||
pkgver=5.2.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Objects and routines pertaining to date and time (tempora)"
|
||||
url="https://github.com/jaraco/tempora"
|
||||
arch="noarch"
|
||||
@ -14,6 +14,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-gpep517 py3-setuptools_scm py3-wheel"
|
||||
checkdepends="py3-pytest py3-freezegun py3-pytest-freezegun"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/tempora/tempora-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tempora-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-tenacity
|
||||
_pkgname=tenacity
|
||||
pkgver=8.2.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="general-purpose retrying library"
|
||||
url="https://tenacity.readthedocs.io/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="Apache-2"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools py3-pytest py3-setuptools_scm"
|
||||
checkdepends="py3-tornado py3-typeguard"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-termcolor
|
||||
_pkgname=termcolor
|
||||
pkgver=2.2.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="ANSII Color formatting for output in terminal."
|
||||
url="https://pypi.org/project/termcolor/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-installer py3-hatchling py3-hatch-vcs"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
options="!check"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||
pkgname=py3-terminado
|
||||
pkgver=0.17.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tornado websocket backend for xterm.js"
|
||||
url="https://github.com/jupyter/terminado"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-2-Clause"
|
||||
depends="py3-ptyprocess py3-tornado"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-gpep517 py3-hatchling"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jupyter/terminado/archive/refs/tags/v$pkgver.tar.gz
|
||||
bash.patch
|
||||
"
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-terminaltables
|
||||
_pkgname=terminaltables
|
||||
pkgver=3.1.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Generate simple tables in terminals from a nested list of strings"
|
||||
url="https://pypi.org/project/terminaltables"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-ternary
|
||||
_pkgorig=python-ternary
|
||||
pkgver=1.0.8
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Make ternary plots in python with matplotlib"
|
||||
url="https://github.com/marcharper/python-ternary"
|
||||
arch="noarch"
|
||||
@ -14,6 +14,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/python-ternary/python-ternary-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgorig-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-testfixtures
|
||||
pkgver=7.1.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Collection of helpers and mock objects for unit tests and doc tests"
|
||||
url="https://github.com/Simplistix/testfixtures"
|
||||
arch="noarch"
|
||||
@ -21,6 +21,7 @@ checkdepends="
|
||||
py3-twisted
|
||||
py3-zope-component
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/testfixtures/testfixtures-$pkgver.tar.gz"
|
||||
builddir="$srcdir/testfixtures-$pkgver"
|
||||
options="!check" # inconsistent leeading whitespace
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
||||
pkgname=py3-testpath
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="test utilities for working with files and commands"
|
||||
url="https://testpath.readthedocs.io/en/latest/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-flit-core"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/t/testpath/testpath-$pkgver.tar.gz"
|
||||
builddir="$srcdir/testpath-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-testrepository
|
||||
_pyname=testrepository
|
||||
pkgver=0.0.20
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A repository of test results"
|
||||
url="https://launchpad.net/testrepository"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="Apache-2.0 OR BSD-3-Clause"
|
||||
options="!check" # Test suite issues
|
||||
depends="python3 py3-fixtures py3-subunit py3-testtools"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-text-unidecode
|
||||
_pkgname=text-unidecode
|
||||
pkgver=1.3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="The most basic Text::Unidecode port"
|
||||
url=https://github.com/kmike/text-unidecode/
|
||||
arch=noarch
|
||||
@ -10,6 +10,7 @@ license="Artistic-1.0-cl8"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/kmike/$_pkgname/archive/$pkgver.tar.gz"
|
||||
builddir=$srcdir/$_pkgname-$pkgver
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-text2speech
|
||||
pkgver=0.1.10
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="TTS engines"
|
||||
url="https://github.com/HelloChatterbox/text2speech"
|
||||
arch="noarch"
|
||||
@ -18,6 +18,7 @@ depends="
|
||||
python3
|
||||
"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/text2speech/text2speech-$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
builddir="$srcdir/text2speech-$pkgver"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=py3-texttable
|
||||
pkgver=1.6.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="module for creating simple ASCII tables"
|
||||
url="https://github.com/foutaise/texttable/"
|
||||
arch="noarch"
|
||||
@ -9,6 +9,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz"
|
||||
builddir="$srcdir/texttable-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-threadpoolctl
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Python helpers to limit the number of threads used in native libraries"
|
||||
url="https://github.com/joblib/threadpoolctl"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-flit-core py3-gpep517"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/threadpoolctl/threadpoolctl-$pkgver.tar.gz"
|
||||
builddir="$srcdir/threadpoolctl-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-thumbnails-readme
|
||||
pkgver=0.3.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Create thumbnails from Git folders"
|
||||
url="https://github.com/firefly-cpp/thumbnails-readme"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause"
|
||||
depends="python3 py3-cairosvg py3-pdf2image py3-pillow"
|
||||
makedepends="py3-gpep517 py3-poetry-core"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/firefly-cpp/thumbnails-readme/archive/$pkgver/thumbnails-readme-$pkgver.tar.gz"
|
||||
builddir="$srcdir/thumbnails-readme-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Andy Hawkins <andy@gently.org.uk>
|
||||
pkgname=py3-tidyexc
|
||||
pkgver=0.10.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="An exception class inspired by the tidyverse style guide."
|
||||
url="https://pypi.org/project/tidyexc/"
|
||||
arch="noarch"
|
||||
@ -14,6 +14,7 @@ makedepends="
|
||||
checkdepends="
|
||||
py3-pytest
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/t/tidyexc/tidyexc-$pkgver.tar.gz
|
||||
flit-core.patch
|
||||
"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-timeout-decorator
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Timeout decorator"
|
||||
url="https://github.com/pnpnpn/timeout-decorator"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/timeout-decorator/timeout-decorator-$pkgver.tar.gz"
|
||||
# No tests in Pypi package and no proper git tags to use
|
||||
# https://github.com/pnpnpn/timeout-decorator/issues/60
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-timezonefinder
|
||||
pkgver=5.2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Fast python package for finding the timezone of any point on earth (coordinates) offline"
|
||||
url="https://github.com/jannikmi/timezonefinder"
|
||||
arch="noarch"
|
||||
@ -16,6 +16,7 @@ checkdepends="
|
||||
py3-pytest
|
||||
py3-pytest-cov
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/timezonefinder/timezonefinder-$pkgver.tar.gz"
|
||||
builddir="$srcdir/timezonefinder-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tinycss2
|
||||
_pyname=tinycss2
|
||||
pkgver=1.2.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Low-level CSS parser for Python"
|
||||
url="https://pypi.org/project/tinycss2"
|
||||
arch="noarch"
|
||||
@ -12,6 +12,7 @@ depends="py3-webencodings"
|
||||
checkdepends="py3-pytest py3-pytest-flake8 py3-pytest-isort py3-pytest-cov"
|
||||
makedepends="py3-gpep517 py3-flit-core"
|
||||
_pypiprefix="${_pyname%"${_pyname#?}"}"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pyname-$pkgver
|
||||
replaces="py-tinycss py2-tinycss py3-tinycss"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
pkgname=py3-tinydb
|
||||
pkgver=4.7.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="a tiny, document oriented database"
|
||||
url="https://github.com/msiemens/tinydb"
|
||||
arch="noarch"
|
||||
@ -16,6 +16,7 @@ checkdepends="
|
||||
py3-pytest-cov
|
||||
py3-yaml
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/tinydb/tinydb-$pkgver.tar.gz"
|
||||
options="!check" # No tests in pypi package
|
||||
builddir="$srcdir/tinydb-$pkgver"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-tinynarm
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simplify numerical association rule mining"
|
||||
url="https://gitlab.com/firefly-cpp/tinynarm"
|
||||
arch="noarch !s390x !riscv64" # py3-niaarm
|
||||
@ -10,6 +10,7 @@ license="MIT"
|
||||
depends="python3 py3-niaarm"
|
||||
makedepends="py3-poetry-core py3-gpep517"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/firefly-cpp/tinynarm/-/archive/$pkgver/tinynarm-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tinynarm-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
||||
pkgname=py3-tld
|
||||
pkgver=0.13
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Extracts the top level domain (TLD) from the URL given"
|
||||
url="https://pypi.org/project/tld"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-factory-boy"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/barseghyanartur/tld/archive/$pkgver.tar.gz"
|
||||
options="!check" # TODO
|
||||
builddir="$srcdir/tld-$pkgver"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tldextract
|
||||
_pyname=tldextract
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Accurately separate the TLD from the registered domain and subdomains of a URL"
|
||||
url="https://github.com/john-kurkowski/tldextract"
|
||||
arch="noarch"
|
||||
@ -17,6 +17,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-setuptools py3-setuptools_scm"
|
||||
checkdepends="py3-pytest py3-pytest-mock py3-responses"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$_pyname-$pkgver.tar.gz::https://github.com/john-kurkowski/tldextract/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
|
||||
|
@ -2,13 +2,14 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-tmdbv3api
|
||||
pkgver=1.7.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A lightweight Python library for The Movie Database (TMDb) API"
|
||||
url="https://github.com/AnthonyBloomer/tmdbv3api"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/tmdbv3api/tmdbv3api-$pkgver.tar.gz"
|
||||
options="!check" # No tests in Pypi package and API key required
|
||||
builddir="$srcdir/tmdbv3api-$pkgver"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-toml
|
||||
_pyname=toml
|
||||
pkgver=0.10.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Python3 library for TOML"
|
||||
options="!check" # No testsuite on PYPI
|
||||
url="https://github.com/uiri/toml"
|
||||
@ -11,6 +11,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/"$_pyname-$pkgver
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=py3-tomli-w
|
||||
pkgver=1.0.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Lil' TOML writer"
|
||||
url="https://github.com/hukkin/tomli-w"
|
||||
license="MIT"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
depends="python3"
|
||||
makedepends="py3-flit-core py3-gpep517"
|
||||
checkdepends="py3-pytest py3-tomli"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/hukkin/tomli-w/archive/$pkgver/py3-tomli-w-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tomli-w-$pkgver"
|
||||
|
||||
|
@ -2,13 +2,14 @@
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=py3-tomli
|
||||
pkgver=2.0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Lil' TOML parser"
|
||||
url="https://github.com/hukkin/tomli"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
depends="python3"
|
||||
makedepends="py3-installer"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/hukkin/tomli/archive/$pkgver/tomli-$pkgver.tar.gz
|
||||
https://files.pythonhosted.org/packages/py3/t/tomli/tomli-$pkgver-py3-none-any.whl
|
||||
"
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tomlkit
|
||||
_realname=tomlkit
|
||||
pkgver=0.11.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Style-preserving TOML library for Python"
|
||||
url="https://github.com/sdispater/tomlkit"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest py3-yaml"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_realname-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tomso
|
||||
_pkgorig=tomso
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Tools for Models of Stars and their Oscillations"
|
||||
url="https://github.com/warrickball/tomso"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3 py3-numpy"
|
||||
checkdepends="python3-dev py3-pytest"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/warrickball/tomso/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgorig-$pkgver"
|
||||
options="!check" #tests retrieve some online data
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-toolz
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="functional standard library for Python"
|
||||
url="https://toolz.readthedocs.io/en/latest/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/toolz/toolz-$pkgver.tar.gz"
|
||||
builddir="$srcdir/toolz-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-tornado
|
||||
_pkgname=tornado
|
||||
pkgver=6.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Python3 web framework and asynchronous networking library"
|
||||
options="!check" # 3 Tests fail by failure to resolve 'localhost'
|
||||
url="http://www.tornadoweb.org/"
|
||||
@ -11,6 +11,7 @@ license="Apache-2.0"
|
||||
depends="python3"
|
||||
makedepends="python3-dev py3-setuptools"
|
||||
checkdepends="py3-curl py3-mock py3-twisted"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-tox
|
||||
_pkgname=${pkgname#py3-*}
|
||||
pkgver=4.4.12
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="virtualenv management and test command line tool"
|
||||
options="!check" # Requires community/py3-pathlib2, and unpackaged flaky
|
||||
url="https://tox.readthedocs.org/"
|
||||
@ -27,6 +27,7 @@ makedepends="
|
||||
py3-hatchling
|
||||
"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-tqdm
|
||||
_pkgname=tqdm
|
||||
pkgver=4.64.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fast, Extensible Progress Meter"
|
||||
options="!check" # Broken on our current Python build due to setuptools version conflict
|
||||
url="https://pypi.org/project/tqdm"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
||||
pkgname=py3-traitlets
|
||||
pkgver=5.9.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="lightweight Traits like module"
|
||||
url="https://traitlets.readthedocs.io/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-hatchling"
|
||||
options="!check" # No test suite present
|
||||
subpackages="$pkgname-pyc"
|
||||
source="traitlets-$pkgver.tar.gz::https://github.com/ipython/traitlets/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/${pkgname#py3-}-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
|
||||
pkgname=py3-transip
|
||||
pkgver=2.1.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="TransIP API Connector"
|
||||
options="!check" # No testsuite in pypi tarball
|
||||
url="https://github.com/benkonrath/transip-api"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-cryptography py3-requests py3-suds-jurko"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/t/transip/transip-$pkgver.tar.gz"
|
||||
builddir="$srcdir/transip-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-transmission-rpc
|
||||
_pkgreal="transmission-rpc"
|
||||
pkgver=3.4.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="python module implementing the json-rpc client protocol for the BitTorrent client Transmission."
|
||||
url="https://transmission-rpc.readthedocs.io/en/v$pkgver/"
|
||||
arch="noarch"
|
||||
@ -11,6 +11,7 @@ license="MIT"
|
||||
depends="python3 py3-requests py3-typing-extensions"
|
||||
makedepends="py3-poetry-core py3-gpep517"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/trim21/transmission-rpc/releases/download/v$pkgver/transmission-rpc-$pkgver.tar.gz"
|
||||
options="!check" # no upstream checks
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py3-treq
|
||||
pkgver=22.2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="py3-requests-like API build on top of Twisted's HTTP client"
|
||||
url="https://github.com/twisted/treq"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="MIT"
|
||||
depends="python3 py3-incremental py3-requests py3-twisted py3-attrs"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-httpbin py3-openssl py3-pytest py3-mock py3-service_identity"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/twisted/treq/archive/release-$pkgver.tar.gz"
|
||||
builddir="$srcdir/treq-release-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-trio
|
||||
pkgver=0.21.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A friendly Python library for async concurrency and I/O"
|
||||
url="https://trio.readthedocs.io/"
|
||||
arch="noarch"
|
||||
@ -24,6 +24,7 @@ checkdepends="
|
||||
py3-pytest
|
||||
py3-trustme
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/trio/trio-$pkgver.tar.gz"
|
||||
builddir="$srcdir/trio-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=py3-trove-classifiers
|
||||
pkgver=2023.3.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Canonical source for classifiers on PyPI"
|
||||
url="https://github.com/pypa/trove-classifiers"
|
||||
license="Apache-2.0"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
depends="python3"
|
||||
makedepends="py3-calver py3-gpep517 py3-installer py3-setuptools py3-wheel"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/pypa/trove-classifiers/archive/$pkgver/py3-trove-classifiers-$pkgver.tar.gz"
|
||||
builddir="$srcdir/trove-classifiers-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-trustme
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="#1 quality TLS certs while you wait, for the discerning tester"
|
||||
url="https://github.com/python-trio/trustme"
|
||||
arch="noarch"
|
||||
@ -16,6 +16,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/trustme/trustme-$pkgver.tar.gz"
|
||||
builddir="$srcdir/trustme-$pkgver"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=py3-twisted
|
||||
pkgver=22.10.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Asynchronous networking framework written in Python3"
|
||||
url="https://twistedmatrix.com/"
|
||||
arch="all"
|
||||
@ -23,7 +23,7 @@ depends="
|
||||
"
|
||||
makedepends="py3-gpep517 py3-wheel py3-setuptools"
|
||||
checkdepends="xvfb-run py3-appdirs tzdata py3-asn1 py3-bcrypt"
|
||||
subpackages="$pkgname-doc $pkgname-tests"
|
||||
subpackages="$pkgname-doc $pkgname-tests $pkgname-pyc"
|
||||
source="https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz
|
||||
disable-test-missing-ckeygen.patch
|
||||
fix-test-import.patch
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-twitter
|
||||
_pkgname=python-twitter
|
||||
pkgver=3.5
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Python3 wrapper around the Twitter API"
|
||||
options="!check" # Requires 'pytest-runner' which is in community
|
||||
url="https://pypi.org/project/python-twitter"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
license="Apache-2.0"
|
||||
depends="python3 py3-future py3-requests py3-requests-oauthlib"
|
||||
makedepends="py3-setuptools py3-pytest-runner"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py3-txacme
|
||||
pkgver=0.9.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="ACME protocol implementation for Twisted"
|
||||
options="!check" # Requires unpackaged dependencies
|
||||
url="https://github.com/twisted/txacme"
|
||||
@ -21,6 +21,7 @@ depends="
|
||||
py3-openssl
|
||||
"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/twisted/txacme/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir/txacme-$pkgver"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=py3-txaio
|
||||
pkgver=23.1.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Compatibility API between asyncio/Twisted/Trollius"
|
||||
url="https://github.com/crossbario/txaio"
|
||||
arch="noarch"
|
||||
@ -13,6 +13,7 @@ checkdepends="
|
||||
py3-mock
|
||||
py3-pytest
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/t/txaio/txaio-$pkgver.tar.gz"
|
||||
options="!check" # Depends on deprecated and unmaintained trollius package
|
||||
builddir="$srcdir/txaio-$pkgver"
|
||||
|
@ -3,13 +3,14 @@
|
||||
pkgname=py3-txredisapi
|
||||
_pkgname=txredisapi
|
||||
pkgver=1.4.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="non-blocking redis client for python twisted"
|
||||
url="https://github.com/IlyaSkriblovsky/txredisapi"
|
||||
arch="all"
|
||||
license="Apache-2.0"
|
||||
depends="python3 py3-twisted"
|
||||
makedepends="py3-setuptools python3-dev"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$_pkgname-$pkgver.tar.gz::https://github.com/IlyaSkriblovsky/txredisapi/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
options="!check" # needs running redis
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py3-txsni
|
||||
pkgver=0.2.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Simple support for running a TLS server with Twisted"
|
||||
options="!check" # No testsuite
|
||||
url="https://github.com/glyph/txsni"
|
||||
@ -10,6 +10,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-openssl py3-twisted"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/T/TxSNI/TxSNI-$pkgver.tar.gz"
|
||||
builddir="$srcdir/TxSNI-$pkgver"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgname=py3-typed-ast
|
||||
_pkgname=typed_ast
|
||||
pkgver=1.5.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fork of the Python ast module with type comment support"
|
||||
url="https://github.com/python/typed_ast"
|
||||
arch="all"
|
||||
@ -11,6 +11,7 @@ license="Apache-2.0"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools python3-dev"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/"$_pkgname-$pkgver
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname=py3-typeguard
|
||||
_pkgname=typeguard
|
||||
pkgver=3.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="run-time type checker for Python "
|
||||
url="https://typeguard.readthedocs.io/"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="MIT"
|
||||
depends="py3-bracex"
|
||||
makedepends="py3-gpep517 py3-setuptools_scm py3-wheel"
|
||||
checkdepends="py3-mypy py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
pkgname=py3-typing-extensions
|
||||
pkgver=4.5.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Backported and Experimental Type Hints for Python 3.5+"
|
||||
url="https://github.com/python/typing_extensions"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ license="Python-2.0"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-flit-core"
|
||||
checkdepends="python3-tests"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/python/typing_extensions/archive/$pkgver/typing_extensions-$pkgver.tar.gz"
|
||||
builddir="$srcdir/typing_extensions-$pkgver"
|
||||
|
||||
|
@ -2,13 +2,14 @@
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=py3-typogrify
|
||||
pkgver=2.0.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Filters to enhance web typography, including support for Django & Jinja templates"
|
||||
url="https://github.com/mintchaos/typogrify"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python3 smartypants"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/mintchaos/typogrify/archive/$pkgver/py3-typogrify-$pkgver.tar.gz"
|
||||
builddir="$srcdir/typogrify-$pkgver"
|
||||
options="!check" # no test suite provided
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
pkgname=py3-tzdata
|
||||
pkgver=2023.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Python package wrapping the IANA time zone database"
|
||||
url="https://github.com/python/tzdata"
|
||||
arch="noarch"
|
||||
@ -9,6 +9,7 @@ license="Apache-2.0"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
checkdepends="py3-pytest py3-pytest-subtests"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/python/tzdata/archive/refs/tags/$pkgver.tar.gz"
|
||||
builddir="$srcdir/tzdata-$pkgver"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: prspkt <prspkt@protonmail.com>
|
||||
pkgname=py3-tzlocal
|
||||
pkgver=4.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Python tzinfo object for the local timezone"
|
||||
url="https://github.com/regebro/tzlocal"
|
||||
arch="noarch"
|
||||
@ -10,6 +10,7 @@ replaces="py-tzlocal" # for backwards compatibility
|
||||
provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility
|
||||
depends="python3 py3-tz py3-pytz-deprecation-shim"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/t/tzlocal/tzlocal-$pkgver.tar.gz"
|
||||
builddir="$srcdir/tzlocal-$pkgver"
|
||||
options="!check" # the package requires a configured timezone
|
||||
|
Loading…
Reference in New Issue
Block a user