* update python-poetry-plugin-export to 1.8.0-3

This commit is contained in:
Alexander Baldeck 2025-01-07 17:35:45 +01:00
parent cbbfc0c3f8
commit b1de470425
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-poetry-plugin-export
pkgdesc = Poetry plugin to export the dependencies to various formats
pkgver = 1.8.0
pkgrel = 3
url = https://github.com/python-poetry/poetry-plugin-export
arch = any
license = MIT
checkdepends = python-pytest-mock
checkdepends = python-pytest-xdist
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-poetry
source = https://github.com/python-poetry/poetry-plugin-export/archive/1.8.0/python-poetry-plugin-export-1.8.0.tar.gz
sha512sums = ddaa4ed20601357648fe0187c50d033da5dfc37d66c96b67c83962a88825ec5b49c79b30e60f67c860d381e6ad0cbac084209af806561f50cdc779dcebacaf2b
pkgname = python-poetry-plugin-export

View File

@ -0,0 +1,4 @@
[python-poetry-plugin-export]
source = "github"
github = "python-poetry/poetry-plugin-export"
use_max_tag = true

View File

@ -5,7 +5,7 @@
_pkgname=poetry-plugin-export
pkgname=python-poetry-plugin-export
pkgver=1.8.0
pkgrel=1
pkgrel=3
pkgdesc="Poetry plugin to export the dependencies to various formats "
url="https://github.com/python-poetry/poetry-plugin-export"
license=('MIT')