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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 15:42:00 UTC 2022


    Date: Thursday, June 30, 2022 @ 15:42:00
  Author: alucryd
Revision: 1243052

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 15:41:52 UTC (rev 1243051)
+++ PKGBUILD	2022-06-30 15:42:00 UTC (rev 1243052)
@@ -1,44 +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>
-
-pkgname=python-charset-normalizer
-pkgver=2.0.10
-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)
-_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:

Copied: python-charset-normalizer/repos/community-any/PKGBUILD (from rev 1243051, python-charset-normalizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 15:42:00 UTC (rev 1243052)
@@ -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.1.0
+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=cb2dbdeb706f4aebcc49a754382b10c2e23dfd7f
+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