Date: Tuesday, April 18, 2023 @ 07:44:26
Author: felixonmars
Revision: 1447178
archrelease: copy trunk to community-staging-any
Added:
python-poetry-plugin-export/repos/community-staging-any/PKGBUILD
(from rev 1447177, python-poetry-plugin-export/trunk/PKGBUILD)
Deleted:
python-poetry-plugin-export/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-18 07:44:18 UTC (rev 1447177)
+++ PKGBUILD 2023-04-18 07:44:26 UTC (rev 1447178)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-_pkgname=poetry-plugin-export
-pkgname=python-poetry-plugin-export
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Poetry plugin to export the dependencies to various formats "
-url="https://github.com/python-poetry/poetry-plugin-export"
-license=('MIT')
-arch=('any')
-depends=('python-poetry')
-makedepends=('python-build' 'python-installer')
-checkdepends=('python-pytest-mock' 'python-pytest-xdist')
-source=("https://github.com/python-poetry/poetry-plugin-export/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('cdb0cece91470141956833780dfcad676e99b51fa6158521401499b8f67c3e6f954ce16e227b7916336cef011f4a7b651948a8440852253fe57753eb40bbf8e5')
-
-build() {
- cd poetry-plugin-export-$pkgver
- python -m build -wn
-}
-
-check() {
- cd poetry-plugin-export-$pkgver
- python -m installer -d tmp_install dist/*.whl
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- PYTHONPATH="$PWD/tmp_install/$site_packages" pytest
-}
-
-package() {
- cd poetry-plugin-export-$pkgver
- python -m installer -d "$pkgdir" dist/*.whl
- install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: python-poetry-plugin-export/repos/community-staging-any/PKGBUILD (from
rev 1447177, python-poetry-plugin-export/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-18 07:44:26 UTC (rev 1447178)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+_pkgname=poetry-plugin-export
+pkgname=python-poetry-plugin-export
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="Poetry plugin to export the dependencies to various formats "
+url="https://github.com/python-poetry/poetry-plugin-export"
+license=('MIT')
+arch=('any')
+depends=('python-poetry')
+makedepends=('python-build' 'python-installer')
+checkdepends=('python-pytest-mock' 'python-pytest-xdist')
+source=("https://github.com/python-poetry/poetry-plugin-export/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('cdb0cece91470141956833780dfcad676e99b51fa6158521401499b8f67c3e6f954ce16e227b7916336cef011f4a7b651948a8440852253fe57753eb40bbf8e5')
+
+build() {
+ cd poetry-plugin-export-$pkgver
+ python -m build -wn
+}
+
+check() {
+ cd poetry-plugin-export-$pkgver
+ python -m installer -d tmp_install dist/*.whl
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ PYTHONPATH="$PWD/tmp_install/$site_packages" pytest
+}
+
+package() {
+ cd poetry-plugin-export-$pkgver
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}