[arch-commits] Commit in python-confuse/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 10:35:24 UTC 2022
Date: Thursday, August 18, 2022 @ 10:35:24
Author: alucryd
Revision: 1266866
archrelease: copy trunk to community-any
Added:
python-confuse/repos/community-any/PKGBUILD
(from rev 1266865, python-confuse/trunk/PKGBUILD)
Deleted:
python-confuse/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 10:35:15 UTC (rev 1266865)
+++ PKGBUILD 2022-08-18 10:35:24 UTC (rev 1266866)
@@ -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.7.0
-pkgrel=4
-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=e7a6566659f31bc4f39a9ac608e0d60bb48da471
-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-any/PKGBUILD (from rev 1266865, python-confuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-18 10:35:24 UTC (rev 1266866)
@@ -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=2.0.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=46504692f9f6c26e248a90243062ccca1fd29992
+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