two more pypi links

This commit is contained in:
Christoph Reiter 2024-03-26 17:16:02 +01:00
parent bb9773dc02
commit d9dcc741e2
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ pkgrel=2
pkgdesc='Implementation of bencode with optional fast C extensions'
arch=('i686' 'x86_64')
url='https://github.com/breezy-team/fastbencode'
msys2_references=(
"pypi: fastbencode"
)
license=(spdx:GPL-2.0-or-later)
depends=(python)
makedepends=(

View File

@ -8,6 +8,9 @@ pkgrel=2
pkgdesc="Plugin and hook calling mechanisms for python"
arch=('any')
url="https://github.com/pytest-dev/pluggy"
msys2_references=(
"pypi: pluggy"
)
license=('spdx:MIT')
depends=('python')
makedepends=(