Date: Saturday, November 19, 2022 @ 15:34:05
Author: alucryd
Revision: 1349713
archrelease: copy trunk to community-any
Added:
python-charset-normalizer/repos/community-any/PKGBUILD
(from rev 1349712, python-charset-normalizer/trunk/PKGBUILD)
Deleted:
python-charset-normalizer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 15:33:54 UTC (rev 1349712)
+++ PKGBUILD 2022-11-19 15:34:05 UTC (rev 1349713)
@@ -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.0.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=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
- 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-any/PKGBUILD (from rev
1349712, python-charset-normalizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 15:34:05 UTC (rev 1349713)
@@ -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.0.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
+ python-pytest-cov
+)
+_tag=5dd7aa0cde826abbc27bb9e18433e15851e5e59a
+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: