[arch-commits] Commit in python-confuse/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jul 27 16:09:03 UTC 2021


    Date: Tuesday, July 27, 2021 @ 16:09:03
  Author: alucryd
Revision: 987831

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 16:08:59 UTC (rev 987830)
+++ PKGBUILD	2021-07-27 16:09:03 UTC (rev 987831)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Mubashshir <ahmubashshir at gmail.com>
-# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
-
-pkgname=python-confuse
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Painless YAML config files for Python'
-arch=(any)
-url=https://github.com/beetbox/confuse
-license=(MIT)
-depends=(python-yaml)
-makedepends=(
-  git
-  python-flit
-  python-pip
-  python-poetry
-)
-checkdepends=(python-nose)
-_tag=ca66969c95d7647eb391cad0ce69075012a51777
-source=(git+https://github.com/beetbox/confuse.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd confuse
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd confuse
-  flit build --format wheel
-}
-
-check() {
-  cd confuse
-  python -m nose
-}
-
-package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps confuse/dist/*.whl
-  install -Dm 644 confuse/LICENSE -t "${pkgdir}"/usr/share/licenses/python-confuse/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-confuse/repos/community-any/PKGBUILD (from rev 987830, python-confuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-27 16:09:03 UTC (rev 987831)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Mubashshir <ahmubashshir at gmail.com>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+
+pkgname=python-confuse
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Painless YAML config files for Python'
+arch=(any)
+url=https://github.com/beetbox/confuse
+license=(MIT)
+depends=(python-yaml)
+makedepends=(
+  git
+  python-flit
+  python-pip
+  python-poetry
+)
+checkdepends=(python-nose)
+_tag=2d7b6c8393aad515fd028d3b2088c4150d585b52
+source=(git+https://github.com/beetbox/confuse.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd confuse
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd confuse
+  python -m flit build --format wheel
+}
+
+check() {
+  cd confuse
+  python -m nose
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps confuse/dist/*.whl
+  install -Dm 644 confuse/LICENSE -t "${pkgdir}"/usr/share/licenses/python-confuse/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list