[arch-commits] Commit in python-mediafile/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 22:24:36 UTC 2021
Date: Thursday, December 2, 2021 @ 22:24:35
Author: foutrelis
Revision: 1062785
archrelease: copy trunk to community-staging-any
Added:
python-mediafile/repos/community-staging-any/PKGBUILD
(from rev 1062783, python-mediafile/trunk/PKGBUILD)
Deleted:
python-mediafile/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:24:35 UTC (rev 1062784)
+++ PKGBUILD 2021-12-02 22:24:35 UTC (rev 1062785)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
-
-pkgname=python-mediafile
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='Elegant audio file tagging'
-arch=(any)
-url=https://github.com/beetbox/mediafile
-license=(MIT)
-depends=(
- python-mutagen
- python-six
-)
-makedepends=(
- git
- python-flit
- python-pip
- python-poetry
-)
-checkdepends=(python-nose)
-_tag=055c4901a709a83a40d0788db8b92e3debf8c662
-source=(git+https://github.com/beetbox/mediafile.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd mediafile
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd mediafile
- flit build --format wheel
-}
-
-check() {
- cd mediafile
- python -m nose
-}
-
-package() {
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps mediafile/dist/*.whl
- install -Dm 644 mediafile/LICENSE -t "${pkgdir}"/usr/share/licenses/python-mediafile
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-mediafile/repos/community-staging-any/PKGBUILD (from rev 1062783, python-mediafile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 22:24:35 UTC (rev 1062785)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+
+pkgname=python-mediafile
+pkgver=0.8.1
+pkgrel=3
+pkgdesc='Elegant audio file tagging'
+arch=(any)
+url=https://github.com/beetbox/mediafile
+license=(MIT)
+depends=(
+ python-mutagen
+ python-six
+)
+makedepends=(
+ git
+ python-flit
+ python-pip
+ python-poetry
+)
+checkdepends=(python-nose)
+_tag=055c4901a709a83a40d0788db8b92e3debf8c662
+source=(git+https://github.com/beetbox/mediafile.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd mediafile
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd mediafile
+ flit build --format wheel
+}
+
+check() {
+ cd mediafile
+ python -m nose
+}
+
+package() {
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps mediafile/dist/*.whl
+ install -Dm 644 mediafile/LICENSE -t "${pkgdir}"/usr/share/licenses/python-mediafile
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list