Date: Monday, May 8, 2023 @ 07:39:57
  Author: felixonmars
Revision: 1459447

archrelease: copy trunk to community-any

Added:
  python-flit-scm/repos/community-any/PKGBUILD
    (from rev 1459446, python-flit-scm/trunk/PKGBUILD)
Deleted:
  python-flit-scm/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-08 07:39:48 UTC (rev 1459446)
+++ PKGBUILD    2023-05-08 07:39:57 UTC (rev 1459447)
@@ -1,32 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
-
-_name=flit_scm
-pkgname=python-${_name//_/-}
-pkgver=1.7.0
-pkgrel=3
-pkgdesc='A PEP 518 backend using setuptools_scm to generate a version file, 
then flit to build'
-arch=(any)
-url="https://gitlab.com/WillDaSilva/$_name";
-license=(MIT)
-depends=(python
-         python-flit-core
-         python-setuptools-scm
-         python-tomli)
-makedepends=(python-{build,installer,wheel})
-_archive="$_name-$pkgver"
-source=("$_archive.tar.gz::$url/-/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('05a267d77f6f8ca50a053786fe3c1a74f7222f2955292f2e6c03d2d064a141dc')
-
-build() {
-       cd "$_archive"
-       export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-       python -m build -wn
-}
-
-package() {
-       cd "$_archive"
-       export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-       python -m installer -d "$pkgdir" dist/*.whl
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-flit-scm/repos/community-any/PKGBUILD (from rev 1459446, 
python-flit-scm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-08 07:39:57 UTC (rev 1459447)
@@ -0,0 +1,31 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
+
+_name=flit_scm
+pkgname=python-${_name//_/-}
+pkgver=1.7.0
+pkgrel=4
+pkgdesc='A PEP 518 backend using setuptools_scm to generate a version file, 
then flit to build'
+arch=(any)
+url="https://gitlab.com/WillDaSilva/$_name";
+license=(MIT)
+depends=(python
+         python-flit-core
+         python-setuptools-scm)
+makedepends=(python-{build,installer,wheel})
+_archive="$_name-$pkgver"
+source=("$_archive.tar.gz::$url/-/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('05a267d77f6f8ca50a053786fe3c1a74f7222f2955292f2e6c03d2d064a141dc')
+
+build() {
+       cd "$_archive"
+       export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+       python -m build -wn
+}
+
+package() {
+       cd "$_archive"
+       export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+       python -m installer -d "$pkgdir" dist/*.whl
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to