Date: Sunday, April 9, 2023 @ 20:24:47
  Author: felixonmars
Revision: 1443521

archrelease: copy trunk to community-staging-any

Added:
  python-charset-normalizer/repos/community-staging-any/PKGBUILD
    (from rev 1443520, python-charset-normalizer/trunk/PKGBUILD)
Deleted:
  python-charset-normalizer/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 20:24:39 UTC (rev 1443520)
+++ PKGBUILD    2023-04-09 20:24:47 UTC (rev 1443521)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: lilydjwg <[email protected]>
-# Contributor: lilac <[email protected]>
-# Contributor: Dimitris Kiziridis <[email protected]>
-
-pkgname=python-charset-normalizer
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Encoding and language detection alternative to chardet'
-arch=(any)
-url=https://github.com/ousret/charset_normalizer
-license=(MIT)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-pytest
-  python-pytest-cov
-)
-_tag=db9af4323fee938d6bdfed3aae20339da26ead11
-source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd charset_normalizer
-  _version=$(git describe --tags)
-  sed "s/2.1.0/${_version}/" -i charset_normalizer/version.py
-  echo ${_version}
-}
-
-build() {
-  cd charset_normalizer
-  python setup.py build
-}
-
-check() {
-  cd charset_normalizer
-  pytest
-}
-
-package() {
-  cd charset_normalizer
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-charset-normalizer/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-charset-normalizer/repos/community-staging-any/PKGBUILD (from 
rev 1443520, python-charset-normalizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 20:24:47 UTC (rev 1443521)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: lilydjwg <[email protected]>
+# Contributor: lilac <[email protected]>
+# Contributor: Dimitris Kiziridis <[email protected]>
+
+pkgname=python-charset-normalizer
+pkgver=3.1.0
+pkgrel=3
+pkgdesc='Encoding and language detection alternative to chardet'
+arch=(any)
+url=https://github.com/ousret/charset_normalizer
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-pytest
+  python-pytest-cov
+)
+_tag=db9af4323fee938d6bdfed3aae20339da26ead11
+source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd charset_normalizer
+  _version=$(git describe --tags)
+  sed "s/2.1.0/${_version}/" -i charset_normalizer/version.py
+  echo ${_version}
+}
+
+build() {
+  cd charset_normalizer
+  python setup.py build
+}
+
+check() {
+  cd charset_normalizer
+  pytest
+}
+
+package() {
+  cd charset_normalizer
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-charset-normalizer/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to