Some pypi links

This commit is contained in:
Christoph Reiter 2024-12-15 10:10:54 +01:00
parent 0432941bd5
commit 5342d59a4f
6 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,9 @@ makedepends=(
'python-flit-core'
'python-installer'
)
msys2_references=(
'pypi: docutils'
)
source=("https://downloads.sourceforge.net/$_name/$_name-$pkgver.tar.gz")
sha256sums=('3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f')

View File

@ -7,6 +7,9 @@ pkgrel=1
pkgdesc='Simplified packaging of Python modules (core backend)'
arch=('any')
url='https://github.com/pypa/flit'
msys2_references=(
'pypi: flit-core'
)
license=('spdx:BSD-3-Clause')
depends=("python")
source=("${_realname}-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")

View File

@ -8,6 +8,9 @@ pkgrel=1
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"
msys2_references=(
'pypi: packaging'
)
license=('spdx:BSD-2-Clause OR Apache-2.0')
depends=('python')
makedepends=('python-installer' 'python-flit-core' )

View File

@ -9,6 +9,7 @@ arch=(any)
url="https://github.com/pypa/pyproject-hooks"
msys2_references=(
"anitya: 320474"
'pypi: pyproject-hooks'
)
license=('spdx:MIT')
depends=(python)

View File

@ -6,6 +6,9 @@ pkgver=2.0.1
pkgrel=3
pkgdesc="Python with the SmartyPants"
url="https://github.com/leohemsted/smartypants.py"
msys2_references=(
'pypi: smartypants'
)
license=('spdx:BSD-2-Clause')
arch=('any')
depends=('python')

View File

@ -7,6 +7,9 @@ pkgrel=3
pkgdesc='filters to make caring about typography on the web a bit easier'
arch=('any')
url='https://github.com/mintchaos/typogrify'
msys2_references=(
'pypi: typogrify'
)
license=('spdx:BSD-3-Clause')
depends=('python' 'python-smartypants')
makedepends=(