[arch-commits] Commit in python-tomli-w/repos/extra-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:26:40 UTC 2022


    Date: Monday, January 10, 2022 @ 10:26:40
  Author: alucryd
Revision: 434129

archrelease: copy trunk to extra-any

Added:
  python-tomli-w/repos/extra-any/PKGBUILD
    (from rev 434128, python-tomli-w/trunk/PKGBUILD)
Deleted:
  python-tomli-w/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:26:35 UTC (rev 434128)
+++ PKGBUILD	2022-01-10 10:26:40 UTC (rev 434129)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-tomli-w
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A lil' TOML writer"
-url=https://github.com/hukkin/tomli-w
-license=(MIT)
-arch=(any)
-depends=(python)
-makedepends=(
-  git
-  python-flit
-  python-pip
-  python-poetry
-)
-checkdepends=(
-  python-pytest
-  python-tomli
-)
-_tag=22874ff44581f34810e6f19fb6f682ca39fe0fce
-source=(git+https://github.com/hukkin/tomli-w.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd tomli-w
-  git describe --tags
-}
-
-build() {
-  cd tomli-w
-  python -m flit build --format wheel
-}
-
-check() {
-  cd tomli-w
-  python -m pytest
-}
-
-package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps tomli-w/dist/*.whl
-  install -Dm 644 tomli-w/LICENSE -t "${pkgdir}"/usr/share/licenses/python-tomli-w/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-tomli-w/repos/extra-any/PKGBUILD (from rev 434128, python-tomli-w/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:26:40 UTC (rev 434129)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-tomli-w
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="A lil' TOML writer"
+url=https://github.com/hukkin/tomli-w
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(
+  git
+  python-flit
+  python-pip
+  python-poetry
+)
+checkdepends=(
+  python-pytest
+  python-tomli
+)
+_tag=19099125f32e7c491603e393263754262b356956
+source=(git+https://github.com/hukkin/tomli-w.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tomli-w
+  git describe --tags
+}
+
+build() {
+  cd tomli-w
+  python -m flit build --format wheel
+}
+
+check() {
+  cd tomli-w
+  python -m pytest
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps tomli-w/dist/*.whl
+  install -Dm 644 tomli-w/LICENSE -t "${pkgdir}"/usr/share/licenses/python-tomli-w/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list