Date: Monday, November 7, 2022 @ 14:59:44
  Author: alerque
Revision: 1345822

archrelease: copy trunk to community-any

Added:
  python-tomlkit/repos/community-any/PKGBUILD
    (from rev 1345821, python-tomlkit/trunk/PKGBUILD)
Deleted:
  python-tomlkit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 14:59:36 UTC (rev 1345821)
+++ PKGBUILD    2022-11-07 14:59:44 UTC (rev 1345822)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-
-_pkgname=tomlkit
-pkgname=python-tomlkit
-pkgver=0.11.5
-pkgrel=2
-pkgdesc="Style-preserving TOML library for Python"
-url="https://github.com/sdispater/tomlkit";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build'
-             'python-installer'
-             'python-poetry-core'
-             'python-wheel')
-checkdepends=('python-pytest'
-              'python-yaml')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha512sums=('71225787e3543f995358b288bf459256632a8cd72a52aae2a1c6ea04e7c0978fb9ccfa856fa5e96e6d6c9d416abcefccec3e94985421ea14e31a755ee85a3dec')
-
-build() {
-  cd tomlkit-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd tomlkit-$pkgver
-  pytest
-}
-
-package() {
-  cd tomlkit-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-tomlkit/repos/community-any/PKGBUILD (from rev 1345821, 
python-tomlkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 14:59:44 UTC (rev 1345822)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+
+_pkgname=tomlkit
+pkgname=python-tomlkit
+pkgver=0.11.6
+pkgrel=1
+pkgdesc="Style-preserving TOML library for Python"
+url="https://github.com/sdispater/tomlkit";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build'
+             'python-installer'
+             'python-poetry-core'
+             'python-wheel')
+checkdepends=('python-pytest'
+              'python-yaml')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha512sums=('692f2facb18440609b63995f690f4ba29e82d696f5ce612f872499b4a42bb0ab33fcbf52abf36057c25448b3e29f30955dbc7e0ba34f10d21cb9b5d36e9ad9bf')
+
+build() {
+  cd tomlkit-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd tomlkit-$pkgver
+  pytest
+}
+
+package() {
+  cd tomlkit-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}

Reply via email to