[arch-commits] Commit in python-confuse/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:26:59 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:26:58
  Author: foutrelis
Revision: 1062835

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:26:55 UTC (rev 1062834)
+++ PKGBUILD	2021-12-02 22:26:58 UTC (rev 1062835)
@@ -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.6.0
-pkgrel=2
-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=3162e50197f256198e7d1d24048195a3429852e6
-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:

Copied: python-confuse/repos/community-staging-any/PKGBUILD (from rev 1062834, python-confuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:26:58 UTC (rev 1062835)
@@ -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.6.0
+pkgrel=3
+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=3162e50197f256198e7d1d24048195a3429852e6
+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