Date: Monday, October 24, 2022 @ 08:05:04
Author: alucryd
Revision: 1334498
archrelease: copy trunk to community-any
Added:
python-charset-normalizer/repos/community-any/PKGBUILD
(from rev 1334497, python-charset-normalizer/trunk/PKGBUILD)
Deleted:
python-charset-normalizer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-24 08:04:54 UTC (rev 1334497)
+++ PKGBUILD 2022-10-24 08:05:04 UTC (rev 1334498)
@@ -1,46 +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=2.1.1
-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=47c8e714accc5aa8a9446319a9a6f3f002f2e248
-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
- 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
1334497, python-charset-normalizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-24 08:05:04 UTC (rev 1334498)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: lilydjwg <[email protected]>
+# Contributor: lilac <[email protected]>
+# Contributor: Dimitris Kiziridis <[email protected]>
+
+pkgname=python-charset-normalizer
+pkgver=3.0.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=0ec52eff710ede4924eb0bb2a243b781ea547cb6
+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
+ 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: