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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jan 11 09:28:49 UTC 2022


    Date: Tuesday, January 11, 2022 @ 09:28:49
  Author: alucryd
Revision: 1100369

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 09:28:43 UTC (rev 1100368)
+++ PKGBUILD	2022-01-11 09:28:49 UTC (rev 1100369)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: lilydjwg <lilydjwg at gmail.com>
-# Contributor: lilac <lilac at build.archlinuxcn.org>
-# Contributor: Dimitris Kiziridis <ragouel at outlook.com>
-
-_name=charset-normalizer
-pkgname=python-charset-normalizer
-pkgver=2.0.4
-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)
-_tag=558d1e20c0d7cbdba9e207742cc9f2791649a425
-source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd charset_normalizer
-  git describe --tags
-}
-
-build() {
-  cd charset_normalizer
-  python setup.py build
-}
-
-check() {
-  cd charset_normalizer
-  python setup.py test
-}
-
-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-any/PKGBUILD (from rev 1100368, python-charset-normalizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-11 09:28:49 UTC (rev 1100369)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: lilydjwg <lilydjwg at gmail.com>
+# Contributor: lilac <lilac at build.archlinuxcn.org>
+# Contributor: Dimitris Kiziridis <ragouel at outlook.com>
+
+pkgname=python-charset-normalizer
+pkgver=2.0.10
+pkgrel=1
+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)
+_tag=de25562948294ad7dfbb4b2f1d1d0999d48018bc
+source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd charset_normalizer
+  git describe --tags
+}
+
+build() {
+  cd charset_normalizer
+  python setup.py build
+}
+
+check() {
+  cd charset_normalizer
+  python setup.py test
+}
+
+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:



More information about the arch-commits mailing list