[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2020-11-10 Thread Christian Hesse via arch-commits
Date: Wednesday, November 11, 2020 @ 07:48:56
  Author: eworm
Revision: 400276

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 400275, intel-ucode/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 400275, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-11-11 07:48:56 UTC (rev 400276)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20201110
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('c9e42ad0032d8cd611c7bc2fb94a16429ac485c7971809737b00a49f58b8')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in intel-ucode/trunk (PKGBUILD)

2020-11-10 Thread Christian Hesse via arch-commits
Date: Wednesday, November 11, 2020 @ 07:48:54
  Author: eworm
Revision: 400275

upgpkg: intel-ucode 20201110-1: new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:11:32 UTC (rev 400274)
+++ PKGBUILD2020-11-11 07:48:54 UTC (rev 400275)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20200616
+pkgver=20201110
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('eb4f939421ac6cdea3c586c9d984ec518320f00c07eb2b3d6754309c83c93371')
+sha256sums=('c9e42ad0032d8cd611c7bc2fb94a16429ac485c7971809737b00a49f58b8')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}


[arch-commits] Commit in root/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:47:43
  Author: felixonmars
Revision: 74

upgpkg: root 6.22.02-6: Python 3.9 rebuild

Modified:
  root/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:43:24 UTC (rev 749998)
+++ PKGBUILD2020-11-11 07:47:43 UTC (rev 74)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.22.02
-pkgrel=5
+pkgrel=6
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'


[arch-commits] Commit in root/repos/community-staging-x86_64 (18 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:48:21
  Author: felixonmars
Revision: 75

archrelease: copy trunk to community-staging-x86_64

Added:
  root/repos/community-staging-x86_64/PKGBUILD
(from rev 74, root/trunk/PKGBUILD)
  root/repos/community-staging-x86_64/ROOFIT_LICENSE
(from rev 74, root/trunk/ROOFIT_LICENSE)
  root/repos/community-staging-x86_64/jupyter_notebook_config.py
(from rev 74, root/trunk/jupyter_notebook_config.py)
  root/repos/community-staging-x86_64/nbman-for-arch.patch
(from rev 74, root/trunk/nbman-for-arch.patch)
  root/repos/community-staging-x86_64/root.pc.tpl
(from rev 74, root/trunk/root.pc.tpl)
  root/repos/community-staging-x86_64/root.xml
(from rev 74, root/trunk/root.xml)
  root/repos/community-staging-x86_64/settings-cuda.cmake
(from rev 74, root/trunk/settings-cuda.cmake)
  root/repos/community-staging-x86_64/settings.cmake
(from rev 74, root/trunk/settings.cmake)
  root/repos/community-staging-x86_64/thisroot.fail
(from rev 74, root/trunk/thisroot.fail)
Deleted:
  root/repos/community-staging-x86_64/PKGBUILD
  root/repos/community-staging-x86_64/ROOFIT_LICENSE
  root/repos/community-staging-x86_64/jupyter_notebook_config.py
  root/repos/community-staging-x86_64/nbman-for-arch.patch
  root/repos/community-staging-x86_64/root.pc.tpl
  root/repos/community-staging-x86_64/root.xml
  root/repos/community-staging-x86_64/settings-cuda.cmake
  root/repos/community-staging-x86_64/settings.cmake
  root/repos/community-staging-x86_64/thisroot.fail

+
 PKGBUILD   |  578 +--
 ROOFIT_LICENSE |   44 +--
 jupyter_notebook_config.py |2 
 nbman-for-arch.patch   |  354 +-
 root.pc.tpl|   24 -
 root.xml   |   28 +-
 settings-cuda.cmake|  220 
 settings.cmake |  220 
 thisroot.fail  |   24 -
 9 files changed, 747 insertions(+), 747 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:47:43 UTC (rev 74)
+++ PKGBUILD2020-11-11 07:48:21 UTC (rev 75)
@@ -1,289 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
-# Contributor: Scott Lawrence < bytbox at gmail dot com >
-# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
-# Contributor: Sebastian Voecking < voeck at web dot de >
-
-pkgbase=root
-pkgname=('root' 'root-cuda')
-pkgver=6.22.02
-pkgrel=5
-pkgdesc='C++ data analysis framework and interpreter from CERN'
-arch=('x86_64')
-url='https://root.cern'
-license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford 
University License')
-makedepends=(
-'ccache'
-'cern-vdt'
-'chromium'
-'cfitsio'
-'cmake'
-'cuda'
-'cudnn'
-'gcc-fortran'
-'git'
-'go'
-'libxml2'
-'libmariadbclient'
-'ocaml'
-'ocaml-ctypes'
-'openmp'
-'openmpi'
-'openssl'
-'postgresql-libs'
-'pythia8>=8.2.40-1'
-'qt5-webengine'
-'sqlite'
-'unuran'
-'vc'
-'xrootd4'
-'z3'
-)
-depends=(
-'blas'
-'desktop-file-utils'
-'fcgi'
-'fftw'
-'ftgl'
-'giflib'
-'gl2ps'
-'glew'
-'graphviz'
-'gsl'
-'hicolor-icon-theme'
-'intel-tbb'
-'libafterimage'
-'librsvg'
-'libxpm'
-'python'
-'python-numpy'
-'tex-gyre-fonts'
-'unixodbc'
-'xxhash>=0.6.5-1'
-'zstd'
-)
-optdepends=(
-'cern-vdt: Add a set of fast and vectorisable mathematical functions'
-'chromium: Support for WebGUI'
-'cfitsio: Read images and data from FITS files'
-'libmariadbclient: MySQL support'
-'libxml2: XML parser interface'
-'openmp: Support OpenMP extensions in Minuit2'
-'openmpi: Support OpenMPI extensions in Minuit2'
-'openssl: OpenSSL support'
-'postgresql-libs: PostgreSQL support'
-'pythia8>=8.2.40-1: Pythia8 EG support'
-'qt5-webengine: Support for WebGUI'
-'sqlite: SQLite support'
-'tcsh: Legacy CSH support'
-'unuran: Support non-uniform random numbers'
-'vc: Add types for portable and intuitive SIMD programming'
-'xrootd4: Support remote file server and client'
-'z3: Suuport the Z3 theorem prover'
-)
-source=(
-"https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
-'ROOFIT_LICENSE'
-'root.xml'
-'root.pc.tpl'
-'settings.cmake'
-'settings-cuda.cmake'
-'jupyter_notebook_config.py'
-'nbman-for-arch.patch'
-'thisroot.fail'
-)
-sha512sums=('0a0ffbcee2ef971bebf32bc38a247ea981f56721314bc2eab69cfe66ae86eafb00568c475b41b2ae7db7ad25f0c8b0953e10f1841316a49cf62fbad664ccee17'
-
'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
- 

[arch-commits] Commit in python-fixtures/repos/community-staging-any (3 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:43:24
  Author: foutrelis
Revision: 749998

archrelease: copy trunk to community-staging-any

Added:
  python-fixtures/repos/community-staging-any/PKGBUILD
(from rev 749997, python-fixtures/trunk/PKGBUILD)
  
python-fixtures/repos/community-staging-any/skip-tests-failing-in-Python-3.9.patch
(from rev 749997, 
python-fixtures/trunk/skip-tests-failing-in-Python-3.9.patch)
Deleted:
  python-fixtures/repos/community-staging-any/PKGBUILD

+
 PKGBUILD   |   63 +--
 skip-tests-failing-in-Python-3.9.patch |   45 ++
 2 files changed, 80 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:43:20 UTC (rev 749997)
+++ PKGBUILD2020-11-11 07:43:24 UTC (rev 749998)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-fixtures
-pkgver=3.0.0
-pkgrel=9
-pkgdesc="Fixtures, reusable state for writing clean tests and more"
-arch=('any')
-license=('Apache')
-url="https://launchpad.net/python-fixtures;
-depends=('python-pbr' 'python-six' 'python-testtools')
-checkdepends=('python-subunit' 'python-mock')
-source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
-sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
-
-build() {
-  cd fixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd fixtures-$pkgver
-  python -m testtools.run fixtures.test_suite
-}
-
-package() {
-  cd fixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-fixtures/repos/community-staging-any/PKGBUILD (from rev 749997, 
python-fixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:43:24 UTC (rev 749998)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-fixtures
+pkgver=3.0.0
+pkgrel=10
+pkgdesc="Fixtures, reusable state for writing clean tests and more"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/python-fixtures;
+depends=('python-pbr' 'python-six' 'python-testtools')
+checkdepends=('python-subunit' 'python-mock')
+source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;
+skip-tests-failing-in-Python-3.9.patch)
+sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695'
+
'c75dcab7db5db8a441ee9ff0630796d3a7cad36631d6d3f20eb6349e7eb4aa191a897a9948cedcabc5585e181def95d2adb2edb9714599c2e0566e81bdcea3b5')
+
+prepare() {
+  cd fixtures-$pkgver
+  patch -Np1 -i ../skip-tests-failing-in-Python-3.9.patch
+}
+
+build() {
+  cd fixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd fixtures-$pkgver
+  python -m testtools.run fixtures.test_suite
+}
+
+package() {
+  cd fixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Copied: 
python-fixtures/repos/community-staging-any/skip-tests-failing-in-Python-3.9.patch
 (from rev 749997, python-fixtures/trunk/skip-tests-failing-in-Python-3.9.patch)
===
--- skip-tests-failing-in-Python-3.9.patch  (rev 0)
+++ skip-tests-failing-in-Python-3.9.patch  2020-11-11 07:43:24 UTC (rev 
749998)
@@ -0,0 +1,45 @@
+From 2c87c998801c6ad3259a468ed815f72b2a11e508 Mon Sep 17 00:00:00 2001
+From: Javier Pena 
+Date: Thu, 1 Oct 2020 10:59:41 +0200
+Subject: [PATCH] Skip tests failing in Python 3.9
+
+Two monkeypatch-related tests are failing in Python 3.9 [1]. While
+the cause for the error is figured out, let's skip those two tests
+if running in Python 3.9.
+
+[1] - https://github.com/testing-cabal/fixtures/issues/44
+---
+ fixtures/tests/_fixtures/test_monkeypatch.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/fixtures/tests/_fixtures/test_monkeypatch.py 
b/fixtures/tests/_fixtures/test_monkeypatch.py
+index 6f11fab..8e89b7a 100644
+--- a/fixtures/tests/_fixtures/test_monkeypatch.py
 b/fixtures/tests/_fixtures/test_monkeypatch.py
+@@ -14,6 +14,7 @@
+ # limitations under that license.
+ 
+ import functools
++import sys
+ 
+ import testtools
+ from testtools.matchers import Is
+@@ -181,6 +182,7 @@ class TestMonkeyPatch(testtools.TestCase, 
TestWithFixtures):
+ self._check_restored_static_or_class_method(oldmethod, oldmethod_inst,
+ C, 'foo_cls')
+ 
++@testtools.skipIf(sys.version_info > (3, 8), "Fails with Python 3.9")
+ def test_patch_classmethod_with_classmethod(self):
+ oldmethod = C.foo_cls
+ oldmethod_inst = C().foo_cls
+@@ -212,6 +214,7 @@ class TestMonkeyPatch(testtools.TestCase, 
TestWithFixtures):
+ 

[arch-commits] Commit in python-fixtures/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:43:20
  Author: foutrelis
Revision: 749997

upgpkg: python-fixtures 3.0.0-10: Python 3.9 rebuild

Modified:
  python-fixtures/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:42:47 UTC (rev 749996)
+++ PKGBUILD2020-11-11 07:43:20 UTC (rev 749997)
@@ -2,7 +2,7 @@
 
 pkgname=python-fixtures
 pkgver=3.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Fixtures, reusable state for writing clean tests and more"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-fixtures/trunk (2 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:42:47
  Author: foutrelis
Revision: 749996

Skip test failing on Python 3.9

Added:
  python-fixtures/trunk/skip-tests-failing-in-Python-3.9.patch
Modified:
  python-fixtures/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++-
 skip-tests-failing-in-Python-3.9.patch |   45 +++
 2 files changed, 54 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:38:17 UTC (rev 749995)
+++ PKGBUILD2020-11-11 07:42:47 UTC (rev 749996)
@@ -9,9 +9,16 @@
 url="https://launchpad.net/python-fixtures;
 depends=('python-pbr' 'python-six' 'python-testtools')
 checkdepends=('python-subunit' 'python-mock')
-source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
-sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
+source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;
+skip-tests-failing-in-Python-3.9.patch)
+sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695'
+
'c75dcab7db5db8a441ee9ff0630796d3a7cad36631d6d3f20eb6349e7eb4aa191a897a9948cedcabc5585e181def95d2adb2edb9714599c2e0566e81bdcea3b5')
 
+prepare() {
+  cd fixtures-$pkgver
+  patch -Np1 -i ../skip-tests-failing-in-Python-3.9.patch
+}
+
 build() {
   cd fixtures-$pkgver
   python setup.py build

Added: skip-tests-failing-in-Python-3.9.patch
===
--- skip-tests-failing-in-Python-3.9.patch  (rev 0)
+++ skip-tests-failing-in-Python-3.9.patch  2020-11-11 07:42:47 UTC (rev 
749996)
@@ -0,0 +1,45 @@
+From 2c87c998801c6ad3259a468ed815f72b2a11e508 Mon Sep 17 00:00:00 2001
+From: Javier Pena 
+Date: Thu, 1 Oct 2020 10:59:41 +0200
+Subject: [PATCH] Skip tests failing in Python 3.9
+
+Two monkeypatch-related tests are failing in Python 3.9 [1]. While
+the cause for the error is figured out, let's skip those two tests
+if running in Python 3.9.
+
+[1] - https://github.com/testing-cabal/fixtures/issues/44
+---
+ fixtures/tests/_fixtures/test_monkeypatch.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/fixtures/tests/_fixtures/test_monkeypatch.py 
b/fixtures/tests/_fixtures/test_monkeypatch.py
+index 6f11fab..8e89b7a 100644
+--- a/fixtures/tests/_fixtures/test_monkeypatch.py
 b/fixtures/tests/_fixtures/test_monkeypatch.py
+@@ -14,6 +14,7 @@
+ # limitations under that license.
+ 
+ import functools
++import sys
+ 
+ import testtools
+ from testtools.matchers import Is
+@@ -181,6 +182,7 @@ class TestMonkeyPatch(testtools.TestCase, 
TestWithFixtures):
+ self._check_restored_static_or_class_method(oldmethod, oldmethod_inst,
+ C, 'foo_cls')
+ 
++@testtools.skipIf(sys.version_info > (3, 8), "Fails with Python 3.9")
+ def test_patch_classmethod_with_classmethod(self):
+ oldmethod = C.foo_cls
+ oldmethod_inst = C().foo_cls
+@@ -212,6 +214,7 @@ class TestMonkeyPatch(testtools.TestCase, 
TestWithFixtures):
+ self._check_restored_static_or_class_method(oldmethod, oldmethod_inst,
+ C, 'foo_cls')
+ 
++@testtools.skipIf(sys.version_info > (3, 8), "Fails with Python 3.9")
+ def test_patch_classmethod_with_boundmethod(self):
+ oldmethod = C.foo_cls
+ oldmethod_inst = C().foo_cls
+-- 
+2.26.2
+


[arch-commits] Commit in python-testtools/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:38:06
  Author: felixonmars
Revision: 749994

upgpkg: python-testtools 2.4.0-3: Python 3.9 rebuild

Modified:
  python-testtools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:33:02 UTC (rev 749993)
+++ PKGBUILD2020-11-11 07:38:06 UTC (rev 749994)
@@ -2,7 +2,7 @@
 
 pkgname=python-testtools
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensions to the Python standard library unit testing framework"
 arch=('any')
 license=('MIT')


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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:38:17
  Author: felixonmars
Revision: 749995

archrelease: copy trunk to community-staging-any

Added:
  python-testtools/repos/community-staging-any/PKGBUILD
(from rev 749994, python-testtools/trunk/PKGBUILD)
Deleted:
  python-testtools/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:38:06 UTC (rev 749994)
+++ PKGBUILD2020-11-11 07:38:17 UTC (rev 749995)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testtools
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="Extensions to the Python standard library unit testing framework"
-arch=('any')
-license=('MIT')
-url="https://github.com/testing-cabal/testtools;
-depends=('python-pbr' 'python-extras' 'python-fixtures' 'python-pyrsistent' 
'python-mimeparse')
-makedepends=('python-setuptools')
-checkdepends=('python-testscenarios')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/testtools/archive/$pkgver.tar.gz;)
-sha512sums=('7983cb8d4dae3bc4e37d967e09f735d0753a9f517f00e53c4884d86c56d3272bb34d56a8246c74e44cff0087a713973a9cd4aa5d86f9ec8d60e842a6db92')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  # These are for python 2.x and old python 3.x only
-  sed -i 's|unittest2|unittest|' testtools-$pkgver/testtools/tests/test_run.py 
\
- 
testtools-$pkgver/testtools/tests/test_testsuite.py \
- 
testtools-$pkgver/testtools/tests/twistedsupport/test_matchers.py \
- 
testtools-$pkgver/testtools/tests/twistedsupport/test_deferred.py \
- 
testtools-$pkgver/testtools/tests/twistedsupport/test_runtest.py
-  sed -i '/unittest2>=1.0.0/d' testtools-$pkgver/requirements.txt
-  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools-$pkgver/testtools/tests/test_compat.py
-  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools-$pkgver/testtools/content.py
-  sed -i '/traceback2/d' testtools-$pkgver/requirements.txt
-}
-
-build() {
-  cd testtools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd testtools-$pkgver
-  python -m testtools.run testtools.tests.test_suite
-}
-
-package() {
-  cd testtools-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-testtools/repos/community-staging-any/PKGBUILD (from rev 749994, 
python-testtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:38:17 UTC (rev 749995)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testtools
+pkgver=2.4.0
+pkgrel=3
+pkgdesc="Extensions to the Python standard library unit testing framework"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/testtools;
+depends=('python-pbr' 'python-extras' 'python-fixtures' 'python-pyrsistent' 
'python-mimeparse')
+makedepends=('python-setuptools')
+checkdepends=('python-testscenarios')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/testtools/archive/$pkgver.tar.gz;
+
$pkgname-py39.patch::https://github.com/testing-cabal/testtools/commit/1d698cf91cb2.patch)
+sha512sums=('7983cb8d4dae3bc4e37d967e09f735d0753a9f517f00e53c4884d86c56d3272bb34d56a8246c74e44cff0087a713973a9cd4aa5d86f9ec8d60e842a6db92'
+
'a554d49e74f43269a847d767611f86fda655fe9ca27cf182c91975702b6928b4161e12d78283113b88b4d50b9fce240cd4fbf236e884e8b92698bdd512c42598')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  patch -Np1 -d testtools-$pkgver <$pkgname-py39.patch
+
+  # These are for python 2.x and old python 3.x only
+  sed -i 's|unittest2|unittest|' testtools-$pkgver/testtools/tests/test_run.py 
\
+ 
testtools-$pkgver/testtools/tests/test_testsuite.py \
+ 
testtools-$pkgver/testtools/tests/twistedsupport/test_matchers.py \
+ 
testtools-$pkgver/testtools/tests/twistedsupport/test_deferred.py \
+ 
testtools-$pkgver/testtools/tests/twistedsupport/test_runtest.py
+  sed -i '/unittest2>=1.0.0/d' testtools-$pkgver/requirements.txt
+  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools-$pkgver/testtools/tests/test_compat.py
+  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools-$pkgver/testtools/content.py
+  sed -i '/traceback2/d' testtools-$pkgver/requirements.txt
+}
+
+build() {
+  cd testtools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd testtools-$pkgver
+  python -m testtools.run testtools.tests.test_suite
+}
+
+package() {
+  cd testtools-$pkgver
+  python setup.py 

[arch-commits] Commit in python-testtools/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:33:02
  Author: foutrelis
Revision: 749993

Fix tests with Python 3.9

Modified:
  python-testtools/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:12:33 UTC (rev 749992)
+++ PKGBUILD2020-11-11 07:33:02 UTC (rev 749993)
@@ -10,12 +10,16 @@
 depends=('python-pbr' 'python-extras' 'python-fixtures' 'python-pyrsistent' 
'python-mimeparse')
 makedepends=('python-setuptools')
 checkdepends=('python-testscenarios')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/testtools/archive/$pkgver.tar.gz;)
-sha512sums=('7983cb8d4dae3bc4e37d967e09f735d0753a9f517f00e53c4884d86c56d3272bb34d56a8246c74e44cff0087a713973a9cd4aa5d86f9ec8d60e842a6db92')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/testtools/archive/$pkgver.tar.gz;
+
$pkgname-py39.patch::https://github.com/testing-cabal/testtools/commit/1d698cf91cb2.patch)
+sha512sums=('7983cb8d4dae3bc4e37d967e09f735d0753a9f517f00e53c4884d86c56d3272bb34d56a8246c74e44cff0087a713973a9cd4aa5d86f9ec8d60e842a6db92'
+
'a554d49e74f43269a847d767611f86fda655fe9ca27cf182c91975702b6928b4161e12d78283113b88b4d50b9fce240cd4fbf236e884e8b92698bdd512c42598')
 
 export PBR_VERSION=$pkgver
 
 prepare() {
+  patch -Np1 -d testtools-$pkgver <$pkgname-py39.patch
+
   # These are for python 2.x and old python 3.x only
   sed -i 's|unittest2|unittest|' testtools-$pkgver/testtools/tests/test_run.py 
\
  
testtools-$pkgver/testtools/tests/test_testsuite.py \


[arch-commits] Commit in python-sphinx/repos/community-staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:12:33
  Author: foutrelis
Revision: 749992

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx/repos/community-staging-any/PKGBUILD
(from rev 749991, python-sphinx/trunk/PKGBUILD)
Deleted:
  python-sphinx/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  117 -
 1 file changed, 63 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:12:29 UTC (rev 749991)
+++ PKGBUILD2020-11-11 07:12:33 UTC (rev 749992)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-checkdepends=('cython'
-  'imagemagick' 'librsvg'
-  'python-html5lib'
-  'python-pytest'
-  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('321d6d9b16fa381a5306e5a0b76cd48ffbc588e6340059a729c6fdd66087e0e8'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-check() {
-  cd Sphinx-$pkgver
-  LC_ALL="en_US.UTF-8" make test
-  rm -r tests
-}
-
-package() {
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-staging-any/PKGBUILD (from rev 749991, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:12:33 UTC (rev 749992)
@@ -0,0 +1,63 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=3.2.1
+pkgrel=3
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+checkdepends=('cython'
+  'imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc}
+
$pkgname-pygments-2.7.patch::https://github.com/sphinx-doc/sphinx/commit/85b24a2e88ea.patch)
+sha256sums=('321d6d9b16fa381a5306e5a0b76cd48ffbc588e6340059a729c6fdd66087e0e8'
+'SKIP'
+'6b790f4b3b540924a6a7861452fcbac8123f1e0a6c1765f5caafd7cb94fcecec')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+prepare() {
+  cd Sphinx-$pkgver
+
+  # Fix test failure with pygments 2.7
+  patch -Np1 -i ../$pkgname-pygments-2.7.patch
+}
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+check() {
+  cd Sphinx-$pkgver
+  LC_ALL="en_US.UTF-8" make test
+  rm -r tests
+}
+
+package() {
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:12:29
  Author: foutrelis
Revision: 749991

upgpkg: python-sphinx 3.2.1-3: Python 3.9 rebuild

Modified:
  python-sphinx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:08:40 UTC (rev 749990)
+++ PKGBUILD2020-11-11 07:12:29 UTC (rev 749991)
@@ -6,7 +6,7 @@
 
 pkgname=python-sphinx
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python documentation generator'
 arch=('any')
 url=http://www.sphinx-doc.org/


[arch-commits] Commit in libseccomp/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:11:28
  Author: foutrelis
Revision: 400273

upgpkg: libseccomp 2.5.0-4: Python 3.9 rebuild

Modified:
  libseccomp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:07:37 UTC (rev 400272)
+++ PKGBUILD2020-11-11 07:11:28 UTC (rev 400273)
@@ -6,7 +6,7 @@
 pkgbase=libseccomp
 pkgname=(libseccomp python-libseccomp)
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Enhanced seccomp library'
 arch=('x86_64')
 license=('LGPL2.1')


[arch-commits] Commit in libseccomp/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:11:32
  Author: foutrelis
Revision: 400274

archrelease: copy trunk to staging-x86_64

Added:
  libseccomp/repos/staging-x86_64/PKGBUILD
(from rev 400273, libseccomp/trunk/PKGBUILD)
Deleted:
  libseccomp/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:11:28 UTC (rev 400273)
+++ PKGBUILD2020-11-11 07:11:32 UTC (rev 400274)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Tobias Powalowski 
-# Contributor: Daniel Micay 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgbase=libseccomp
-pkgname=(libseccomp python-libseccomp)
-pkgver=2.5.0
-pkgrel=3
-pkgdesc='Enhanced seccomp library'
-arch=('x86_64')
-license=('LGPL2.1')
-url="https://github.com/seccomp/libseccomp;
-depends=('glibc')
-checkdepends=('valgrind')
-makedepends=('gperf' 'cython' 'python-setuptools')
-source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
-'SKIP')
-b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
-'SKIP')
-validpgpkeys=(
-  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
-  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

-)
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  cd src/python
-  env VERSION_RELEASE=${pkgver} python setup.py build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_libseccomp() {
-  provides=('libseccomp.so')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python-libseccomp() {
-  depends=('python' 'libseccomp.so')
-  cd ${pkgbase}-${pkgver}/src/python
-  env VERSION_RELEASE=${pkgver} python setup.py install --root="${pkgdir}" 
--prefix=/usr -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: libseccomp/repos/staging-x86_64/PKGBUILD (from rev 400273, 
libseccomp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:11:32 UTC (rev 400274)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Tobias Powalowski 
+# Contributor: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgbase=libseccomp
+pkgname=(libseccomp python-libseccomp)
+pkgver=2.5.0
+pkgrel=4
+pkgdesc='Enhanced seccomp library'
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+checkdepends=('valgrind')
+makedepends=('gperf' 'cython' 'python-setuptools')
+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('1ffa7038d2720ad191919816db3479295a4bcca1ec14e02f672539f4983014f3'
+'SKIP')
+b2sums=('c1f30624e210d632175b734c49411ee3f95e8f0ee68819ad83a342434231baef10c292f23fca0127394365a37efb043f9f24ade9534deecd61f50e7111a6fbc8'
+'SKIP')
+validpgpkeys=(
+  '7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore 
+  '47A68FCE37C7D7024FD65E11356CE62C2B524099' # Tom Hromatka 

+)
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  cd src/python
+  env VERSION_RELEASE=${pkgver} python setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_libseccomp() {
+  provides=('libseccomp.so')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README.md SECURITY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-libseccomp() {
+  depends=('python' 'libseccomp.so')
+  cd ${pkgbase}-${pkgver}/src/python
+  env VERSION_RELEASE=${pkgver} python setup.py install --root="${pkgdir}" 
--prefix=/usr -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tensorboard/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:08:25
  Author: felixonmars
Revision: 749989

upgpkg: tensorboard 2.3.0-5: Python 3.9 rebuild

Modified:
  tensorboard/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:07:12 UTC (rev 749988)
+++ PKGBUILD2020-11-11 07:08:25 UTC (rev 749989)
@@ -2,7 +2,7 @@
 
 pkgname=tensorboard
 pkgver=2.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')


[arch-commits] Commit in tensorboard/repos/community-staging-x86_64 (6 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:08:40
  Author: felixonmars
Revision: 749990

archrelease: copy trunk to community-staging-x86_64

Added:
  tensorboard/repos/community-staging-x86_64/PKGBUILD
(from rev 749989, tensorboard/trunk/PKGBUILD)
  tensorboard/repos/community-staging-x86_64/bump-tensorflow.patch
(from rev 749989, tensorboard/trunk/bump-tensorflow.patch)
  tensorboard/repos/community-staging-x86_64/fix-grpc-deps.patch
(from rev 749989, tensorboard/trunk/fix-grpc-deps.patch)
Deleted:
  tensorboard/repos/community-staging-x86_64/PKGBUILD
  tensorboard/repos/community-staging-x86_64/bump-tensorflow.patch
  tensorboard/repos/community-staging-x86_64/fix-grpc-deps.patch

---+
 PKGBUILD  |  130 
 bump-tensorflow.patch |   36 ++---
 fix-grpc-deps.patch   |   94 +-
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:08:25 UTC (rev 749989)
+++ PKGBUILD2020-11-11 07:08:40 UTC (rev 749990)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=2.3.0
-pkgrel=4
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-grpcio' 'python-google-auth-oauthlib'
- 'python-tensorboard_plugin_wit' 'absl-py')
-optdepends=('python-tensorflow: advanced features for TensorBoard')
-makedepends=('bazel' 'tree')
-source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
-'bump-tensorflow.patch'
-'fix-grpc-deps.patch')
-sha512sums=('0f3299be1fc69d4e2c5cf4ee49a79bbed7b8321f8daa7dfb39390dce17fef4b11db72c8090503d10b152cfeed06aa8935ddbe8d18049692c3f4394c5cdee833f'
-
'87b38bb13b580f29ff4a28b150ee572b651630686292a73e1accf79b964433e9e4b19ca6193c5098ad642fee51fa2d3c97139c7bc1b7c1f9763d18710458d375'
-
'e3b339285ea1ee46e0cc560f9ef509d2307d15090bc740ae9cc322daafd1db1180458b565a234043049c5208679bb982360b7b364df7d97ffe671669')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "${srcdir}/bump-tensorflow.patch"
-  patch -Np1 -i "${srcdir}/fix-grpc-deps.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  bazel build --experimental_repo_remote_exec tensorboard:tensorboard
-  bazel build --experimental_repo_remote_exec 
//tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp 
tensorboard/pip_package/{README.rst,MANIFEST.in,setup.py,requirements.txt} 
pypackage
-  cp README.md pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.9/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.9/site-packages/tensorboard-${pkgver}-py3.9.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-staging-x86_64/PKGBUILD (from rev 749989, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:08:40 UTC (rev 749990)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=2.3.0
+pkgrel=5
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-grpcio' 'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit' 'absl-py')
+optdepends=('python-tensorflow: advanced features for TensorBoard')
+makedepends=('bazel' 'tree')
+source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
+'bump-tensorflow.patch'
+'fix-grpc-deps.patch')

[arch-commits] Commit in twisted/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:07:34
  Author: foutrelis
Revision: 400271

upgpkg: twisted 20.3.0-3: Python 3.9 rebuild

Modified:
  twisted/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:05:21 UTC (rev 400270)
+++ PKGBUILD2020-11-11 07:07:34 UTC (rev 400271)
@@ -6,7 +6,7 @@
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
 pkgver=20.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
 url="https://twistedmatrix.com/;


[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:07:12
  Author: foutrelis
Revision: 749988

Fix test failure with pygments 2.7

Modified:
  python-sphinx/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:29 UTC (rev 749987)
+++ PKGBUILD2020-11-11 07:07:12 UTC (rev 749988)
@@ -28,12 +28,21 @@
   'texlive-fontsextra' 'texlive-latexextra')
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc}
+
$pkgname-pygments-2.7.patch::https://github.com/sphinx-doc/sphinx/commit/85b24a2e88ea.patch)
 sha256sums=('321d6d9b16fa381a5306e5a0b76cd48ffbc588e6340059a729c6fdd66087e0e8'
-'SKIP')
+'SKIP'
+'6b790f4b3b540924a6a7861452fcbac8123f1e0a6c1765f5caafd7cb94fcecec')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
 
+prepare() {
+  cd Sphinx-$pkgver
+
+  # Fix test failure with pygments 2.7
+  patch -Np1 -i ../$pkgname-pygments-2.7.patch
+}
+
 build() {
   cd Sphinx-$pkgver
   make build


[arch-commits] Commit in twisted/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:07:37
  Author: foutrelis
Revision: 400272

archrelease: copy trunk to staging-x86_64

Added:
  twisted/repos/staging-x86_64/PKGBUILD
(from rev 400271, twisted/trunk/PKGBUILD)
Deleted:
  twisted/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:07:34 UTC (rev 400271)
+++ PKGBUILD2020-11-11 07:07:37 UTC (rev 400272)
@@ -1,96 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Juergen Hoetzel 
-# Contributor:  Douglas Soares de Andrade 
-
-pkgbase=twisted
-pkgname=(python-twisted python2-twisted)
-pkgver=20.3.0
-pkgrel=2
-pkgdesc="Asynchronous networking framework written in Python"
-arch=('x86_64')
-url="https://twistedmatrix.com/;
-license=('MIT')
-makedepends=('python-zope-interface' 'python2-zope-interface' 
'python-setuptools'
- 'python2-setuptools' 'python-service-identity' 
'python2-service-identity'
- 'python-incremental' 'python2-incremental' 'python-constantly' 
'python2-constantly'
- 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink'
- 'python-attrs' 'python2-attrs' 'python-pyhamcrest' 
'python2-pyhamcrest')
-checkdepends=('subversion' 'xorg-server-xvfb' 'tk' 'openssh' 'gtk3' 
'python-gobject'
-  'python-subunit' 'python-h2' 'python-priority' 
'python-cryptography' 'python-idna'
-  'python-pyasn1' 'python-pyserial' 'python-bcrypt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz;)
-sha512sums=('72307a0b9165d5f6b31f5563f4f76f9c759349d55f6dcaf43358eab3e8f1b2065e0b12c8ac43f14061ee17cb2d9b27f463bcb9e642750fb8e6e510e403bd2b06')
-
-prepare() {
-  cp -a twisted-twisted-$pkgver{,-py2}
-
-  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-twisted-twisted-$pkgver-py2/src/twisted/mail/test/pop3testserver.py \
-twisted-twisted-$pkgver-py2/src/twisted/trial/test/scripttest.py
-}
-
-build() {
-  cd "$srcdir"/twisted-twisted-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/twisted-twisted-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$srcdir/twisted-twisted-$pkgver/build/lib.linux-$CARCH"-3*)
-
-  # tests use the underlying function from the 'python -m twisted.trial' 
module, to prevent loading system entry points
-  PYTHONPATH="${pythonpaths[0]}" xvfb-run python -c 'from 
twisted.scripts.trial import run; run()' twisted || warning "Tests failed"
-}
-
-package_python-twisted() {
-  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat'
-   'python-hyperlink' 'python-attrs' 'python-pyhamcrest')
-  optdepends=('python-pyopenssl: for TLS client hostname verification'
-  'python-service-identity: for TLS client hostname verification'
-  'python-idna: for TLS client hostname verification'
-  'python-cryptography: for using conch'
-  'python-pyasn1: for using conch'
-  'python-appdirs: for using conch'
-  'python-bcrypt: for using conch'
-  'python-h2: for http2 support'
-  'python-priority: for http2 support'
-  'python-pyserial: for serial support'
-  'tk: for using tkconch')
-
-  cd twisted-twisted-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # twisted in python 3 supports only few command line tools for now.
-  # Let's rename the tools the other way round after the python 3 version 
supports all.
-  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch 
mailmail; do
-mv "$pkgdir"/usr/bin/${name}{,3}
-  done
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-twisted() {
-  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat'
-   'python2-hyperlink' 'python2-attrs' 'python2-pyhamcrest')
-  optdepends=('python2-pyopenssl: for TLS client hostname verification'
-  'python2-service-identity: for TLS client hostname verification'
-  'python2-idna: for TLS client hostname verification'
-  'python2-cryptography: for using conch'
-  'python2-pyasn1: for using conch'
-  'python2-appdirs: for using conch'
-  'python2-bcrypt: for using conch'
-  'python2-priority: for http2 support'
-  'python2-pyserial: for serial support'
-  'python2-soappy: for twisted.web.soap'
-  'tk: for using tkconch')
-
-  cd twisted-twisted-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -D -m644 

[arch-commits] Commit in llvm/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:05:04
  Author: felixonmars
Revision: 400268

upgpkg: llvm 11.0.0-3: Python 3.9 rebuild

Modified:
  llvm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:05:01 UTC (rev 400267)
+++ PKGBUILD2020-11-11 07:05:04 UTC (rev 400268)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
 pkgver=11.0.0
-pkgrel=2
+pkgrel=3
 _ocaml_ver=4.11.1
 arch=('x86_64')
 url="https://llvm.org/;


[arch-commits] Commit in util-linux/repos/staging-x86_64 (18 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:05:09
  Author: foutrelis
Revision: 400269

archrelease: copy trunk to staging-x86_64

Added:
  util-linux/repos/staging-x86_64/60-rfkill.rules
(from rev 400267, util-linux/trunk/60-rfkill.rules)
  util-linux/repos/staging-x86_64/PKGBUILD
(from rev 400267, util-linux/trunk/PKGBUILD)
  util-linux/repos/staging-x86_64/pam-common
(from rev 400268, util-linux/trunk/pam-common)
  util-linux/repos/staging-x86_64/pam-login
(from rev 400268, util-linux/trunk/pam-login)
  util-linux/repos/staging-x86_64/pam-runuser
(from rev 400268, util-linux/trunk/pam-runuser)
  util-linux/repos/staging-x86_64/pam-su
(from rev 400268, util-linux/trunk/pam-su)
  util-linux/repos/staging-x86_64/rfkill-block_.service
(from rev 400268, util-linux/trunk/rfkill-block_.service)
  util-linux/repos/staging-x86_64/rfkill-unblock_.service
(from rev 400268, util-linux/trunk/rfkill-unblock_.service)
  util-linux/repos/staging-x86_64/util-linux.sysusers
(from rev 400268, util-linux/trunk/util-linux.sysusers)
Deleted:
  util-linux/repos/staging-x86_64/60-rfkill.rules
  util-linux/repos/staging-x86_64/PKGBUILD
  util-linux/repos/staging-x86_64/pam-common
  util-linux/repos/staging-x86_64/pam-login
  util-linux/repos/staging-x86_64/pam-runuser
  util-linux/repos/staging-x86_64/pam-su
  util-linux/repos/staging-x86_64/rfkill-block_.service
  util-linux/repos/staging-x86_64/rfkill-unblock_.service
  util-linux/repos/staging-x86_64/util-linux.sysusers

-+
 60-rfkill.rules |2 
 PKGBUILD|  256 +++---
 pam-common  |   12 +-
 pam-login   |   14 +-
 pam-runuser |8 -
 pam-su  |   18 +--
 rfkill-block_.service   |   20 +--
 rfkill-unblock_.service |   20 +--
 util-linux.sysusers |4 
 9 files changed, 177 insertions(+), 177 deletions(-)

Deleted: 60-rfkill.rules
===
--- 60-rfkill.rules 2020-11-11 07:05:04 UTC (rev 400268)
+++ 60-rfkill.rules 2020-11-11 07:05:09 UTC (rev 400269)
@@ -1 +0,0 @@
-KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: util-linux/repos/staging-x86_64/60-rfkill.rules (from rev 400267, 
util-linux/trunk/60-rfkill.rules)
===
--- 60-rfkill.rules (rev 0)
+++ 60-rfkill.rules 2020-11-11 07:05:09 UTC (rev 400269)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:05:04 UTC (rev 400268)
+++ PKGBUILD2020-11-11 07:05:09 UTC (rev 400269)
@@ -1,128 +0,0 @@
-# Maintainer: Tom Gundersen 
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-pkgbase=util-linux
-pkgname=(util-linux util-linux-libs)
-_pkgmajor=2.36
-pkgver=${_pkgmajor}
-pkgrel=5
-pkgdesc='Miscellaneous system utilities for Linux'
-url='https://github.com/karelzak/util-linux'
-arch=('x86_64')
-makedepends=('systemd' 'python' 'libcap-ng' 'libxcrypt')
-license=('GPL2')
-options=('strip')
-validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
-pam-{login,common,runuser,su}
-'util-linux.sysusers'
-'60-rfkill.rules'
-'rfkill-unblock_.service'
-'rfkill-block_.service')
-sha256sums=('9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1'
-'SKIP'
-'993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
-'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20'
-'95b7cdc4cba17494d7b87f37f8d0937ec54c55de0e3ce9d9ab05ad5cc76bf935'
-'51eac9c2a2f51ad3982bba35de9aac5510f1eeff432d2d63c6362e45d620afc0'
-'10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3'
-'742309fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37'
-'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
-'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  # We ship Debian's hardlink in package 'hardlink', Fedora's hardlink was
-  # merged in util-linux. For now we disable the latter, but let's dicuss
-  # the details:
-  # https://bugs.archlinux.org/task/62896
-  # https://github.com/karelzak/util-linux/issues/808
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib \
---bindir=/usr/bin \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-usrdir-path \
---enable-fs-paths-default=/usr/bin:/usr/local/bin \
---enable-raw \
---enable-vipw \
---enable-newgrp \
---enable-chfn-chsh \
---enable-write \
---enable-mesg \
---disable-hardlink \
---with-python=3
-
-  

[arch-commits] Commit in dbus-python/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:04:56
  Author: foutrelis
Revision: 400266

archrelease: copy trunk to staging-x86_64

Added:
  dbus-python/repos/staging-x86_64/PKGBUILD
(from rev 400265, dbus-python/trunk/PKGBUILD)
Deleted:
  dbus-python/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:04:53 UTC (rev 400265)
+++ PKGBUILD2020-11-11 07:04:56 UTC (rev 400266)
@@ -1,71 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.16
-pkgrel=2
-pkgdesc="Python bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings;
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2')
-makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
-source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  depends=()
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends+=('python-dbus-common' 'python')
-  pkgdesc="Python bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python2 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/staging-x86_64/PKGBUILD (from rev 400265, 
dbus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:04:56 UTC (rev 400266)
@@ -0,0 +1,71 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.16
+pkgrel=3
+pkgdesc="Python bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings;
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
+source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4'
+'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  depends=()
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends+=('python-dbus-common' 'python')
+  pkgdesc="Python bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends+=('python-dbus-common' 'python2')
+  pkgdesc="Python2 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}


[arch-commits] Commit in dbus-python/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:04:53
  Author: foutrelis
Revision: 400265

upgpkg: dbus-python 1.2.16-3: Python 3.9 rebuild

Modified:
  dbus-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:04:13 UTC (rev 400264)
+++ PKGBUILD2020-11-11 07:04:53 UTC (rev 400265)
@@ -3,7 +3,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.2.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings;
 arch=(x86_64)


[arch-commits] Commit in llvm/repos/staging-x86_64 (4 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 07:05:21
  Author: felixonmars
Revision: 400270

archrelease: copy trunk to staging-x86_64

Added:
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 400269, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-config.h
(from rev 400269, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/staging-x86_64/PKGBUILD
  llvm/repos/staging-x86_64/llvm-config.h

---+
 PKGBUILD  |  244 
 llvm-config.h |   18 ++--
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:05:09 UTC (rev 400269)
+++ PKGBUILD2020-11-11 07:05:21 UTC (rev 400270)
@@ -1,122 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
-pkgver=11.0.0
-pkgrel=2
-_ocaml_ver=4.11.1
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
- "ocaml>=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib'
- 'python-setuptools' 'python-psutil' 'python-sphinx'
- 'python-recommonmark')
-options=('staticlibs')
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('913f68c898dfb4a03b397c5e11c6a2f39d0f22ed7665c9cefa87a34423a72469'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_HOST_TRIPLE=$CHOST \
--DLLVM_BUILD_LLVM_DYLIB=ON \
--DLLVM_LINK_LLVM_DYLIB=ON \
--DLLVM_INSTALL_UTILS=ON \
--DLLVM_ENABLE_RTTI=ON \
--DLLVM_ENABLE_FFI=ON \
--DLLVM_BUILD_TESTS=ON \
--DLLVM_BUILD_DOCS=ON \
--DLLVM_ENABLE_SPHINX=ON \
--DLLVM_ENABLE_DOXYGEN=OFF \
--DSPHINX_WARNINGS_AS_ERRORS=OFF \
--DLLVM_BINUTILS_INCDIR=/usr/include
-  ninja all ocaml_doc
-}
-
-check() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-  ninja check
-}
-
-package_llvm() {
-  pkgdesc="Collection of modular and reusable compiler and toolchain 
technologies"
-  depends=('llvm-libs' 'perl')
-
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running lit-based tests in other projects
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  # OCaml bindings go to a separate package
-  rm -rf "$srcdir"/ocaml.{lib,doc}
-  mv "$pkgdir/usr/lib/ocaml" "$srcdir/ocaml.lib"
-  mv "$pkgdir/usr/share/doc/$pkgname/ocaml-html" "$srcdir/ocaml.doc"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-ocaml() {
-  pkgdesc="OCaml bindings for LLVM"
-  depends=('llvm' "ocaml=$_ocaml_ver" 'ocaml-ctypes')
-
-  install -d "$pkgdir"/{usr/lib,usr/share/doc/$pkgname}
-  cp -a "$srcdir/ocaml.lib" "$pkgdir/usr/lib/ocaml"
-  cp -a "$srcdir/ocaml.doc" "$pkgdir/usr/share/doc/$pkgname/html"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/staging-x86_64/PKGBUILD (from rev 400269, 
llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:05:21 UTC (rev 400270)
@@ 

[arch-commits] Commit in util-linux/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:05:01
  Author: foutrelis
Revision: 400267

upgpkg: util-linux 2.36-6: Python 3.9 rebuild

Modified:
  util-linux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:04:56 UTC (rev 400266)
+++ PKGBUILD2020-11-11 07:05:01 UTC (rev 400267)
@@ -6,7 +6,7 @@
 pkgname=(util-linux util-linux-libs)
 _pkgmajor=2.36
 pkgver=${_pkgmajor}
-pkgrel=5
+pkgrel=6
 pkgdesc='Miscellaneous system utilities for Linux'
 url='https://github.com/karelzak/util-linux'
 arch=('x86_64')


[arch-commits] Commit in telepathy-haze/trunk (3 files)

2020-11-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 07:04:02
  Author: arojas
Revision: 400263

Update to 0.8.1

Modified:
  telepathy-haze/trunk/PKGBUILD
Deleted:
  telepathy-haze/trunk/telepathy-haze-purple-2.0.12.patch
  telepathy-haze/trunk/telepathy-haze.install

+
 PKGBUILD   |   25 +
 telepathy-haze-purple-2.0.12.patch |   25 -
 telepathy-haze.install |   13 -
 3 files changed, 9 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:03:05 UTC (rev 400262)
+++ PKGBUILD2020-11-11 07:04:02 UTC (rev 400263)
@@ -2,31 +2,24 @@
 # Contributor: Ionut Biru 
 # Contributor: Timm Preetz 
 pkgname=telepathy-haze
-pkgver=0.8.0
-pkgrel=3
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
 arch=(x86_64)
 url="http://telepathy.freedesktop.org;
 license=(GPL)
 depends=(telepathy-glib libpurple)
-makedepends=(libxslt python2 python)
-install=telepathy-haze.install
+makedepends=(libxslt python)
 groups=(telepathy)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 telepathy-haze-purple-2.0.12.patch)
-sha256sums=('3e76049c05f2cd5900c5c0c1cfebdf7ae79eec987a599f1090946673c5b8f9c9'
-'SKIP'
-'6da40c6b854db1a7031d2e3838bfe0961e66e283f8ea57931ce0e57874d658b8')
-validpgpkeys=(DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90) # Simon McVittie 

+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('704befa42eec2173eca4bac01ffd004014665f2bad46dc8948e5423364cde30a'
+'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../telepathy-haze-purple-2.0.12.patch # Fix build with 
libpurple 2.0.12
-}
-
 build() {
   cd $pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr \
-  --libexecdir=/usr/lib/telepathy
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy
   make
 }
 

Deleted: telepathy-haze-purple-2.0.12.patch
===
--- telepathy-haze-purple-2.0.12.patch  2020-11-11 07:03:05 UTC (rev 400262)
+++ telepathy-haze-purple-2.0.12.patch  2020-11-11 07:04:02 UTC (rev 400263)
@@ -1,25 +0,0 @@
-From: Koop Mast 
-Date: Mon, 11 Jan 2016 11:53:23 +0100
-Subject: Fix the build with libpurple 2.0.12
-
-http://pidgin.im/pipermail/devel/2015-March/023639.html
-Replaces the old emu with the _PASSIVE.
-
-Origin: vendor, FreeBSD, 
https://lists.freebsd.org/pipermail/svn-ports-head/2016-January/111612.html

- src/media-stream.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/media-stream.c b/src/media-stream.c
-index 7b4f29f..da088d1 100644
 a/src/media-stream.c
-+++ b/src/media-stream.c
-@@ -1076,7 +1076,7 @@ haze_media_stream_new_native_candidate 
(TpSvcMediaStreamHandler *iface,
-   if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
- protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
-   else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
--protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
-+protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
-   else
- DEBUG ("Unknown network protocol");
- 

Deleted: telepathy-haze.install
===
--- telepathy-haze.install  2020-11-11 07:03:05 UTC (rev 400262)
+++ telepathy-haze.install  2020-11-11 07:04:02 UTC (rev 400263)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in telepathy-haze/repos/extra-x86_64 (4 files)

2020-11-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 07:04:13
  Author: arojas
Revision: 400264

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-haze/repos/extra-x86_64/PKGBUILD
(from rev 400263, telepathy-haze/trunk/PKGBUILD)
Deleted:
  telepathy-haze/repos/extra-x86_64/PKGBUILD
  telepathy-haze/repos/extra-x86_64/telepathy-haze-purple-2.0.12.patch
  telepathy-haze/repos/extra-x86_64/telepathy-haze.install

+
 PKGBUILD   |   65 +++
 telepathy-haze-purple-2.0.12.patch |   25 -
 telepathy-haze.install |   13 ---
 3 files changed, 29 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:04:02 UTC (rev 400263)
+++ PKGBUILD2020-11-11 07:04:13 UTC (rev 400264)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-pkgname=telepathy-haze
-pkgver=0.8.0
-pkgrel=3
-pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
-arch=(x86_64)
-url="http://telepathy.freedesktop.org;
-license=(GPL)
-depends=(telepathy-glib libpurple)
-makedepends=(libxslt python2 python)
-install=telepathy-haze.install
-groups=(telepathy)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 telepathy-haze-purple-2.0.12.patch)
-sha256sums=('3e76049c05f2cd5900c5c0c1cfebdf7ae79eec987a599f1090946673c5b8f9c9'
-'SKIP'
-'6da40c6b854db1a7031d2e3838bfe0961e66e283f8ea57931ce0e57874d658b8')
-validpgpkeys=(DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90) # Simon McVittie 

-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../telepathy-haze-purple-2.0.12.patch # Fix build with 
libpurple 2.0.12
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr \
-  --libexecdir=/usr/lib/telepathy
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-haze/repos/extra-x86_64/PKGBUILD (from rev 400263, 
telepathy-haze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:04:13 UTC (rev 400264)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+pkgname=telepathy-haze
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
+arch=(x86_64)
+url="http://telepathy.freedesktop.org;
+license=(GPL)
+depends=(telepathy-glib libpurple)
+makedepends=(libxslt python)
+groups=(telepathy)
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('704befa42eec2173eca4bac01ffd004014665f2bad46dc8948e5423364cde30a'
+'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: telepathy-haze-purple-2.0.12.patch
===
--- telepathy-haze-purple-2.0.12.patch  2020-11-11 07:04:02 UTC (rev 400263)
+++ telepathy-haze-purple-2.0.12.patch  2020-11-11 07:04:13 UTC (rev 400264)
@@ -1,25 +0,0 @@
-From: Koop Mast 
-Date: Mon, 11 Jan 2016 11:53:23 +0100
-Subject: Fix the build with libpurple 2.0.12
-
-http://pidgin.im/pipermail/devel/2015-March/023639.html
-Replaces the old emu with the _PASSIVE.
-
-Origin: vendor, FreeBSD, 
https://lists.freebsd.org/pipermail/svn-ports-head/2016-January/111612.html

- src/media-stream.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/media-stream.c b/src/media-stream.c
-index 7b4f29f..da088d1 100644
 a/src/media-stream.c
-+++ b/src/media-stream.c
-@@ -1076,7 +1076,7 @@ haze_media_stream_new_native_candidate 
(TpSvcMediaStreamHandler *iface,
-   if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
- protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
-   else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
--protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
-+protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
-   else
- DEBUG ("Unknown network protocol");
- 

Deleted: telepathy-haze.install
===
--- telepathy-haze.install  2020-11-11 07:04:02 UTC (rev 400263)
+++ telepathy-haze.install  2020-11-11 07:04:13 UTC (rev 400264)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gobject-introspection/repos/staging-x86_64 (2 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:03:05
  Author: foutrelis
Revision: 400262

archrelease: copy trunk to staging-x86_64

Added:
  gobject-introspection/repos/staging-x86_64/PKGBUILD
(from rev 400261, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:03:01 UTC (rev 400261)
+++ PKGBUILD2020-11-11 07:03:05 UTC (rev 400262)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.66.1
-pkgrel=2
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection;
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python-mako python-markdown)
-_glibver=2.66.2
-makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
-options=(!emptydirs)
-_commit=0de3f99f59290755de7b4909fe1d01c322657107  # tags/1.66.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver;)
-sha512sums=('SKIP'
-'SKIP')
-validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall 

-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build \
--D gtk_doc=true \
--D glib_src_dir="$srcdir/glib"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-
-### Split runtime
-  mkdir -p "$srcdir/runtime/lib"
-  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-  provides+=(libgirepository-1.0.so)
-
-  mv "$srcdir/runtime" "$pkgdir/usr"
-}

Copied: gobject-introspection/repos/staging-x86_64/PKGBUILD (from rev 400261, 
gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:03:05 UTC (rev 400262)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.66.1
+pkgrel=3
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection;
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python-mako python-markdown)
+_glibver=2.66.2
+makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
+options=(!emptydirs)
+_commit=0de3f99f59290755de7b4909fe1d01c322657107  # tags/1.66.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver;)
+sha512sums=('SKIP'
+'SKIP')
+validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+  
+build() {
+  arch-meson $pkgbase build \
+-D gtk_doc=true \
+-D glib_src_dir="$srcdir/glib"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+
+### Split runtime
+  mkdir -p "$srcdir/runtime/lib"
+  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+  provides+=(libgirepository-1.0.so)
+
+  mv "$srcdir/runtime" "$pkgdir/usr"
+}


[arch-commits] Commit in glib2/repos/staging-x86_64 (8 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:02:56
  Author: foutrelis
Revision: 400260

archrelease: copy trunk to staging-x86_64

Added:
  glib2/repos/staging-x86_64/PKGBUILD
(from rev 400259, glib2/trunk/PKGBUILD)
  glib2/repos/staging-x86_64/gio-querymodules.hook
(from rev 400259, glib2/trunk/gio-querymodules.hook)
  glib2/repos/staging-x86_64/glib-compile-schemas.hook
(from rev 400259, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/staging-x86_64/noisy-glib-compile-schemas.diff
(from rev 400259, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
  glib2/repos/staging-x86_64/PKGBUILD
  glib2/repos/staging-x86_64/gio-querymodules.hook
  glib2/repos/staging-x86_64/glib-compile-schemas.hook
  glib2/repos/staging-x86_64/noisy-glib-compile-schemas.diff

-+
 PKGBUILD|  170 +++---
 gio-querymodules.hook   |   22 ++--
 glib-compile-schemas.hook   |   24 ++---
 noisy-glib-compile-schemas.diff |   48 +-
 4 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:02:50 UTC (rev 400259)
+++ PKGBUILD2020-11-11 07:02:56 UTC (rev 400260)
@@ -1,85 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.66.2
-pkgrel=2
-pkgdesc="Low level core library"
-url="https://wiki.gnome.org/Projects/GLib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(pcre libffi util-linux-libs zlib)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
- meson dbus sysprof)
-checkdepends=(desktop-file-utils)
-_commit=500db2e0b8643815cdd9cba4eb67d5daf1352338  # tags/2.66.2^0
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
-noisy-glib-compile-schemas.diff
-glib-compile-schemas.hook gio-querymodules.hook)
-sha256sums=('SKIP'
-'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
-'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
-'557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
-
-pkgver() {
-  cd glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glib
-
-  # Suppress noise from glib-compile-schemas.hook
-  git apply -3 ../noisy-glib-compile-schemas.diff
-}
-
-build() {
-  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
-  arch-meson glib build \
--D selinux=disabled \
--D sysprof=enabled \
--D man=true \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --no-suite flaky --print-errorlogs
-}
-
-package_glib2() {
-  depends+=(libmount.so)
-  provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
- libgthread-2.0.so)
-  optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
-  'libelf: gresource inspection tool')
-
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-
-  # Avoid a dep on sysprof
-  sed -i 's/, sysprof-capture-4//' "$pkgdir"/usr/lib/pkgconfig/*.pc
-
-  export PYTHONHASHSEED=0
-  python -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-  python -O -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-
-  # Split docs
-  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
-}
-
-package_glib2-docs() {
-  pkgdesc="Documentation for GLib"
-  depends=()
-  license+=(custom)
-
-  mkdir -p "$pkgdir/usr/share"
-  mv gtk-doc "$pkgdir/usr/share"
-
-  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
-}
-
-# vim:set sw=2 et:

Copied: glib2/repos/staging-x86_64/PKGBUILD (from rev 400259, 
glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:02:56 UTC (rev 400260)
@@ -0,0 +1,85 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.66.2
+pkgrel=3
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi util-linux-libs zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
+ meson dbus sysprof)
+checkdepends=(desktop-file-utils)
+_commit=500db2e0b8643815cdd9cba4eb67d5daf1352338  # tags/2.66.2^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
+

[arch-commits] Commit in gobject-introspection/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:03:01
  Author: foutrelis
Revision: 400261

upgpkg: gobject-introspection 1.66.1-3: Python 3.9 rebuild

Modified:
  gobject-introspection/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:02:56 UTC (rev 400260)
+++ PKGBUILD2020-11-11 07:03:01 UTC (rev 400261)
@@ -4,7 +4,7 @@
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
 pkgver=1.66.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection;
 arch=(x86_64)


[arch-commits] Commit in glib2/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:02:50
  Author: foutrelis
Revision: 400259

upgpkg: glib2 2.66.2-3: Python 3.9 rebuild

Modified:
  glib2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:58 UTC (rev 400258)
+++ PKGBUILD2020-11-11 07:02:50 UTC (rev 400259)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.66.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)


[arch-commits] Commit in python-cairo/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:58
  Author: foutrelis
Revision: 400258

archrelease: copy trunk to staging-x86_64

Added:
  python-cairo/repos/staging-x86_64/PKGBUILD
(from rev 400257, python-cairo/trunk/PKGBUILD)
Deleted:
  python-cairo/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:54 UTC (rev 400257)
+++ PKGBUILD2020-11-11 07:01:58 UTC (rev 400258)
@@ -1,30 +0,0 @@
-# Maintainer: Angel Velasquez   
-# Maintainer: Jan de Groot 
-
-pkgname=python-cairo
-pkgver=1.20.0
-pkgrel=2
-pkgdesc="Python bindings for the cairo graphics library"
-arch=('x86_64')
-url="https://pycairo.readthedocs.io/en/latest/;
-license=('LGPL2.1' 'MPL')
-depends=(cairo python)
-makedepends=(git)
-_commit=4783b7eae1fe4eaf2c6b5c950b0c2ea3d25c5f98
-source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pycairo
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd pycairo
-  python setup.py build
-}
-
-package() {
-  cd pycairo
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}

Copied: python-cairo/repos/staging-x86_64/PKGBUILD (from rev 400257, 
python-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:01:58 UTC (rev 400258)
@@ -0,0 +1,30 @@
+# Maintainer: Angel Velasquez   
+# Maintainer: Jan de Groot 
+
+pkgname=python-cairo
+pkgver=1.20.0
+pkgrel=3
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('x86_64')
+url="https://pycairo.readthedocs.io/en/latest/;
+license=('LGPL2.1' 'MPL')
+depends=(cairo python)
+makedepends=(git)
+_commit=4783b7eae1fe4eaf2c6b5c950b0c2ea3d25c5f98
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd pycairo
+  python setup.py build
+}
+
+package() {
+  cd pycairo
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}


[arch-commits] Commit in python-cairo/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:54
  Author: foutrelis
Revision: 400257

upgpkg: python-cairo 1.20.0-3: Python 3.9 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:42 UTC (rev 400256)
+++ PKGBUILD2020-11-11 07:01:54 UTC (rev 400257)
@@ -3,7 +3,7 @@
 
 pkgname=python-cairo
 pkgver=1.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


[arch-commits] Commit in python-lxml/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:05
  Author: foutrelis
Revision: 400254

archrelease: copy trunk to staging-x86_64

Added:
  python-lxml/repos/staging-x86_64/PKGBUILD
(from rev 400253, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:01 UTC (rev 400253)
+++ PKGBUILD2020-11-11 07:01:05 UTC (rev 400254)
@@ -1,97 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=4.6.1
-pkgrel=2
-arch=('x86_64')
-license=('BSD' 'custom')
-url="https://lxml.de/;
-makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 
'python-pygments'
- 'python-sphinx' 'python-sphinx_rtd_theme' 'cython' 'cython2')
-checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
-  'python-beautifulsoup4' 'python2-beautifulsoup4')
-source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)
-sha512sums=('3cc917e7535ac1be3db8939f72846313267c8b1f0adccc92a2155a160ed7299d0def718bdae1379e42398ca1b959b1130505597febca00f02cb87c8666f1f1c3')
-
-prepare() {
-  mv lxml-lxml-$pkgver lxml-$pkgver
-  cp -a lxml-$pkgver{,-py2}
-
-  # Setting LC_CTYPE to workaround encoding issue
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/lxml-$pkgver
-  python setup.py build
-  make html
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: Find a sane way to skip inplace build
-
-  cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test
-}
-
-package_python-lxml() {
-  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
-  depends=('python' 'libxslt')
-  optdepends=('python-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
-  'python-cssselect: support for cssselect'
-  'python-html5lib: support for html5lib parser'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python2-lxml() {
-  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
-  'python2-cssselect: support for cssselect'
-  'python2-html5lib: support for html5lib parser'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgbase
-  cp -r doc/html "$pkgdir"/usr/share/doc/$pkgbase
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/staging-x86_64/PKGBUILD (from rev 400253, 
python-lxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:01:05 UTC (rev 400254)
@@ -0,0 +1,97 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=4.6.1
+pkgrel=3
+arch=('x86_64')
+license=('BSD' 'custom')
+url="https://lxml.de/;
+makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 
'python-pygments'
+ 'python-sphinx' 'python-sphinx_rtd_theme' 'cython' 'cython2')
+checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
+  'python-beautifulsoup4' 'python2-beautifulsoup4')
+source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)

[arch-commits] Commit in python-ordered-set/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:42
  Author: foutrelis
Revision: 400256

archrelease: copy trunk to staging-any

Added:
  python-ordered-set/repos/staging-any/PKGBUILD
(from rev 400255, python-ordered-set/trunk/PKGBUILD)
Deleted:
  python-ordered-set/repos/staging-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:38 UTC (rev 400255)
+++ PKGBUILD2020-11-11 07:01:42 UTC (rev 400256)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Tobias Roettger 
-
-pkgname=python-ordered-set
-pkgver=4.0.2
-pkgrel=2
-pkgdesc='A MutableSet that remembers its order, so that every entry has an 
index'
-arch=('any')
-url="https://github.com/LuminosoInsight/ordered-set;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/o/ordered-set/ordered-set-$pkgver.tar.gz;)
-md5sums=('5d88f3870c32d4868b28c8fe833f7e74')
-
-build() {
-  cd ordered-set-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ordered-set-$pkgver
-  pytest --doctest-modules test.py ordered_set.py README.md 
--doctest-glob=README.md --ignore=setup.py
-}
-
-package() {
-  cd ordered-set-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 MIT-LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ordered-set/repos/staging-any/PKGBUILD (from rev 400255, 
python-ordered-set/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 07:01:42 UTC (rev 400256)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgname=python-ordered-set
+pkgver=4.0.2
+pkgrel=3
+pkgdesc='A MutableSet that remembers its order, so that every entry has an 
index'
+arch=('any')
+url="https://github.com/LuminosoInsight/ordered-set;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/o/ordered-set/ordered-set-$pkgver.tar.gz;)
+md5sums=('5d88f3870c32d4868b28c8fe833f7e74')
+
+build() {
+  cd ordered-set-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ordered-set-$pkgver
+  pytest --doctest-modules test.py ordered_set.py README.md 
--doctest-glob=README.md --ignore=setup.py
+}
+
+package() {
+  cd ordered-set-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 MIT-LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-ordered-set/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:38
  Author: foutrelis
Revision: 400255

upgpkg: python-ordered-set 4.0.2-3: Python 3.9 rebuild

Modified:
  python-ordered-set/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:05 UTC (rev 400254)
+++ PKGBUILD2020-11-11 07:01:38 UTC (rev 400255)
@@ -3,7 +3,7 @@
 
 pkgname=python-ordered-set
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A MutableSet that remembers its order, so that every entry has an 
index'
 arch=('any')
 url="https://github.com/LuminosoInsight/ordered-set;


[arch-commits] Commit in python-lxml/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:01
  Author: foutrelis
Revision: 400253

upgpkg: python-lxml 4.6.1-3: Python 3.9 rebuild

Modified:
  python-lxml/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:42 UTC (rev 400252)
+++ PKGBUILD2020-11-11 07:01:01 UTC (rev 400253)
@@ -4,7 +4,7 @@
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
 pkgver=4.6.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('BSD' 'custom')
 url="https://lxml.de/;


[arch-commits] Commit in python-packaging/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:42
  Author: foutrelis
Revision: 400252

archrelease: copy trunk to staging-any

Added:
  python-packaging/repos/staging-any/PKGBUILD
(from rev 400251, python-packaging/trunk/PKGBUILD)
Deleted:
  python-packaging/repos/staging-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:38 UTC (rev 400251)
+++ PKGBUILD2020-11-11 06:58:42 UTC (rev 400252)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-packaging
-pkgname=(python-packaging python2-packaging)
-pkgver=20.4
-pkgrel=3
-pkgdesc="Core utilities for Python packages"
-arch=('any')
-url="https://github.com/pypa/packaging;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
-  'python-coverage' 'python2-coverage')
-source=("https://pypi.io/packages/source/p/packaging/packaging-$pkgver.tar.gz;)
-sha512sums=('d53912041a9950efb5d221fc968adc328c2ef1e54ec9806d2158fd6db1b170e37afb05213f5750b10c59927504083ca3781c958caa0c802b1c7c0fe1ac1682a4')
-
-build() {
-  cd packaging-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd packaging-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-packaging() {
-  depends=('python-pyparsing' 'python-six')
-
-  cd packaging-$pkgver
-  python setup.py install --root "$pkgdir"
-}
-
-package_python2-packaging() {
-  depends=('python2-pyparsing' 'python2-six')
-
-  cd packaging-$pkgver
-  python2 setup.py install --root "$pkgdir"
-}

Copied: python-packaging/repos/staging-any/PKGBUILD (from rev 400251, 
python-packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:58:42 UTC (rev 400252)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-packaging
+pkgname=(python-packaging python2-packaging)
+pkgver=20.4
+pkgrel=4
+pkgdesc="Core utilities for Python packages"
+arch=('any')
+url="https://github.com/pypa/packaging;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
+  'python-coverage' 'python2-coverage')
+source=("https://pypi.io/packages/source/p/packaging/packaging-$pkgver.tar.gz;)
+sha512sums=('d53912041a9950efb5d221fc968adc328c2ef1e54ec9806d2158fd6db1b170e37afb05213f5750b10c59927504083ca3781c958caa0c802b1c7c0fe1ac1682a4')
+
+build() {
+  cd packaging-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd packaging-$pkgver
+  python setup.py pytest
+  python2 setup.py pytest
+}
+
+package_python-packaging() {
+  depends=('python-pyparsing' 'python-six')
+
+  cd packaging-$pkgver
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-packaging() {
+  depends=('python2-pyparsing' 'python2-six')
+
+  cd packaging-$pkgver
+  python2 setup.py install --root "$pkgdir"
+}


[arch-commits] Commit in python-tomlkit/repos/community-staging-any (3 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:41
  Author: foutrelis
Revision: 749981

archrelease: copy trunk to community-staging-any

Added:
  python-tomlkit/repos/community-staging-any/PKGBUILD
(from rev 749980, python-tomlkit/trunk/PKGBUILD)
Deleted:
  python-tomlkit/repos/community-staging-any/PKGBUILD
  python-tomlkit/repos/community-staging-any/setup.py

--+
 PKGBUILD |   89 -
 setup.py |   39 --
 2 files changed, 42 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:38 UTC (rev 749980)
+++ PKGBUILD2020-11-11 06:57:41 UTC (rev 749981)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Eli Schwartz 
-
-_pkgname=tomlkit
-pkgname=python-tomlkit
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Style-preserving TOML library for Python"
-url="https://github.com/sdispater/tomlkit;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-dephell')
-checkdepends=('python-pytest' 'python-yaml')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-setup.py)
-sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5'
-
'd427467008174606804715b3f07c53d41132bb198298b2a09bf44c56ddf9bccdfc4354ae2c50ab906367460a5c29ab682519bbe568010dca59017647e1b6efb6')
-
-prepare() {
-  cd tomlkit-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
-
-  # Bootstrapping for Python 3.9
-  cp ../setup.py .
-}
-
-build() {
-  cd tomlkit-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tomlkit-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd tomlkit-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-tomlkit/repos/community-staging-any/PKGBUILD (from rev 749980, 
python-tomlkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:57:41 UTC (rev 749981)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Eli Schwartz 
+
+_pkgname=tomlkit
+pkgname=python-tomlkit
+pkgver=0.7.0
+pkgrel=3
+pkgdesc="Style-preserving TOML library for Python"
+url="https://github.com/sdispater/tomlkit;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('python-pytest' 'python-yaml')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5')
+
+prepare() {
+  cd tomlkit-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd tomlkit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tomlkit-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd tomlkit-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: setup.py
===
--- setup.py2020-11-11 06:57:38 UTC (rev 749980)
+++ setup.py2020-11-11 06:57:41 UTC (rev 749981)
@@ -1,39 +0,0 @@
-
-# -*- coding: utf-8 -*-
-
-# DO NOT EDIT THIS FILE!
-# This file has been autogenerated by dephell <3
-# https://github.com/dephell/dephell
-
-try:
-from setuptools import setup
-except ImportError:
-from distutils.core import setup
-
-
-import os.path
-
-readme = ''
-here = os.path.abspath(os.path.dirname(__file__))
-readme_path = os.path.join(here, 'README.rst')
-if os.path.exists(readme_path):
-with open(readme_path, 'rb') as stream:
-readme = stream.read().decode('utf8')
-
-
-setup(
-long_description=readme,
-name='tomlkit',
-version='0.7.0',
-description='Style preserving TOML library',
-python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
-project_urls={"homepage": "https://github.com/sdispater/tomlkit;, 
"repository": "https://github.com/sdispater/tomlkit"},
-author='Sébastien Eustace',
-author_email='sebast...@eustace.io',
-license='MIT',
-packages=['tomlkit'],
-package_dir={"": "."},
-package_data={},
-install_requires=['enum34==1.*,>=1.1.0; 

[arch-commits] Commit in hepmc/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:18
  Author: felixonmars
Revision: 749986

upgpkg: hepmc 3.2.2-3: Python 3.9 rebuild

Modified:
  hepmc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:16 UTC (rev 749985)
+++ PKGBUILD2020-11-11 06:58:18 UTC (rev 749986)
@@ -3,7 +3,7 @@
 pkgname=hepmc
 _pkgname=HepMC3
 pkgver=3.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A particle physics package for storing collision events from Monte 
Carlo generators"
 arch=('x86_64')
 url="http://hepmc.web.cern.ch/;


[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:01
  Author: felixonmars
Revision: 400249

upgpkg: python-urllib3 1.25.10-4: Python 3.9 rebuild

Modified:
  python-urllib3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:04 UTC (rev 400248)
+++ PKGBUILD2020-11-11 06:58:01 UTC (rev 400249)
@@ -6,7 +6,7 @@
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
 pkgver=1.25.10
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
 url="https://github.com/shazow/urllib3;


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:53
  Author: foutrelis
Revision: 749983

archrelease: copy trunk to community-staging-any

Added:
  python-commonmark/repos/community-staging-any/PKGBUILD
(from rev 749982, python-commonmark/trunk/PKGBUILD)
Deleted:
  python-commonmark/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:50 UTC (rev 749982)
+++ PKGBUILD2020-11-11 06:57:53 UTC (rev 749983)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-commonmark
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Python parser for the CommonMark Markdown spec'
-url='https://pypi.org/project/commonmark/'
-arch=('any')
-license=('BSD')
-depends=('python-docutils' 'python-future')
-makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
-checkdepends=('python-hypothesis')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/readthedocs/commonmark.py/archive/${pkgver}.tar.gz)
-sha256sums=('b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6')
-sha512sums=('a6de0b384247ff79fe326012bd1fc71135e6ae5bc7b6a15d5402969a94f81fdd802f1a9d557c504eb74bfb3fea68f55355a70a6e0112a620cc285cf9039892e4')
-
-build() {
-  cd commonmark.py-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd commonmark.py-${pkgver}
-  export PYTHONPATH=.
-  python commonmark/tests/unit_tests.py
-  python setup.py test
-}
-
-package() {
-  cd commonmark.py-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/commonmark-py.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  mv "${pkgdir}/usr/bin/cmark"{,-py3}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-commonmark/repos/community-staging-any/PKGBUILD (from rev 
749982, python-commonmark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:57:53 UTC (rev 749983)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-commonmark
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Python parser for the CommonMark Markdown spec'
+url='https://pypi.org/project/commonmark/'
+arch=('any')
+license=('BSD')
+depends=('python-docutils' 'python-future')
+makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
+checkdepends=('python-hypothesis')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/readthedocs/commonmark.py/archive/${pkgver}.tar.gz)
+sha256sums=('b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6')
+sha512sums=('a6de0b384247ff79fe326012bd1fc71135e6ae5bc7b6a15d5402969a94f81fdd802f1a9d557c504eb74bfb3fea68f55355a70a6e0112a620cc285cf9039892e4')
+
+build() {
+  cd commonmark.py-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd commonmark.py-${pkgver}
+  export PYTHONPATH=.
+  python commonmark/tests/unit_tests.py
+  python setup.py test
+}
+
+package() {
+  cd commonmark.py-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/commonmark-py.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  mv "${pkgdir}/usr/bin/cmark"{,-py3}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-urllib3/repos/staging-any (4 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:17
  Author: felixonmars
Revision: 400250

archrelease: copy trunk to staging-any

Added:
  python-urllib3/repos/staging-any/LICENSE
(from rev 400249, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/staging-any/PKGBUILD
(from rev 400249, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/staging-any/LICENSE
  python-urllib3/repos/staging-any/PKGBUILD

--+
 LICENSE  |   64 +-
 PKGBUILD |  148 ++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-11 06:58:01 UTC (rev 400249)
+++ LICENSE 2020-11-11 06:58:17 UTC (rev 400250)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/staging-any/LICENSE (from rev 400249, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-11 06:58:17 UTC (rev 400250)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:01 UTC (rev 400249)
+++ PKGBUILD2020-11-11 06:58:17 UTC (rev 400250)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.10
-pkgrel=3
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
- 'python-brotli')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
-  'python-gcp-devrel-py-tools' 

[arch-commits] Commit in python-commonmark/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:50
  Author: foutrelis
Revision: 749982

upgpkg: python-commonmark 0.9.1-3: Python 3.9 rebuild

Modified:
  python-commonmark/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:41 UTC (rev 749981)
+++ PKGBUILD2020-11-11 06:57:50 UTC (rev 749982)
@@ -2,7 +2,7 @@
 
 pkgname=python-commonmark
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')


[arch-commits] Commit in hepmc/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:29
  Author: felixonmars
Revision: 749987

archrelease: copy trunk to community-staging-x86_64

Added:
  hepmc/repos/community-staging-x86_64/PKGBUILD
(from rev 749986, hepmc/trunk/PKGBUILD)
Deleted:
  hepmc/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:18 UTC (rev 749986)
+++ PKGBUILD2020-11-11 06:58:29 UTC (rev 749987)
@@ -1,41 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Frank Siegert 
-pkgname=hepmc
-_pkgname=HepMC3
-pkgver=3.2.2
-pkgrel=2
-pkgdesc="A particle physics package for storing collision events from Monte 
Carlo generators"
-arch=('x86_64')
-url="http://hepmc.web.cern.ch/;
-license=('GPL2')
-depends=('bash')
-makedepends=('cmake' 'root' 'pythia8' 'python')
-optdepends=('root: ROOT I/O'
-'pythia8: Pythia support'
-'python: Python interface')
-source=("${pkgname}-${pkgver}.tar.gz::http://hepmc.web.cern.ch/${pkgname}/releases/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('0e8cb4f78f804e38f7d29875db66f65e4c77896749d723548cc70fb7965e2d41')
-
-build() {
-mkdir build
-cd build
-cmake "${srcdir}/${_pkgname}-${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DHEPMC3_PYTHON_VERSIONS='3.X' \
-  -DHEPMC3_ENABLE_TEST=ON \
-  -DHEPMC3_BUILD_DOCS=ON \
-  -DHEPMC3_BUILD_EXAMPLES=ON \
-  -DHEPMC3_INSTALL_INTERFACES=ON \
-  -Dmomentum=GEV -Dlength=MM
-make
-}
-
-package() {
-cd "${srcdir}/build"
-make DESTDIR="${pkgdir}/" install
-# fix CMake
-install -d "${pkgdir}/usr/lib/cmake"
-mv "${pkgdir}/usr/share/HepMC3/cmake" "${pkgdir}/usr/lib/cmake/${_pkgname}"
-sed -i 's@${CMAKE_CURRENT_LIST_DIR}/../../../@/usr@' \
-  "${pkgdir}/usr/lib/cmake/${_pkgname}/${_pkgname}Config.cmake"
-}

Copied: hepmc/repos/community-staging-x86_64/PKGBUILD (from rev 749986, 
hepmc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:58:29 UTC (rev 749987)
@@ -0,0 +1,41 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Frank Siegert 
+pkgname=hepmc
+_pkgname=HepMC3
+pkgver=3.2.2
+pkgrel=3
+pkgdesc="A particle physics package for storing collision events from Monte 
Carlo generators"
+arch=('x86_64')
+url="http://hepmc.web.cern.ch/;
+license=('GPL2')
+depends=('bash')
+makedepends=('cmake' 'root' 'pythia8' 'python')
+optdepends=('root: ROOT I/O'
+'pythia8: Pythia support'
+'python: Python interface')
+source=("${pkgname}-${pkgver}.tar.gz::http://hepmc.web.cern.ch/${pkgname}/releases/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0e8cb4f78f804e38f7d29875db66f65e4c77896749d723548cc70fb7965e2d41')
+
+build() {
+mkdir build
+cd build
+cmake "${srcdir}/${_pkgname}-${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DHEPMC3_PYTHON_VERSIONS='3.X' \
+  -DHEPMC3_ENABLE_TEST=ON \
+  -DHEPMC3_BUILD_DOCS=ON \
+  -DHEPMC3_BUILD_EXAMPLES=ON \
+  -DHEPMC3_INSTALL_INTERFACES=ON \
+  -Dmomentum=GEV -Dlength=MM
+make
+}
+
+package() {
+cd "${srcdir}/build"
+make DESTDIR="${pkgdir}/" install
+# fix CMake
+install -d "${pkgdir}/usr/lib/cmake"
+mv "${pkgdir}/usr/share/HepMC3/cmake" "${pkgdir}/usr/lib/cmake/${_pkgname}"
+sed -i 's@${CMAKE_CURRENT_LIST_DIR}/../../../@/usr@' \
+  "${pkgdir}/usr/lib/cmake/${_pkgname}/${_pkgname}Config.cmake"
+}


[arch-commits] Commit in python-packaging/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:38
  Author: foutrelis
Revision: 400251

upgpkg: python-packaging 20.4-4: Python 3.9 rebuild

Modified:
  python-packaging/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:17 UTC (rev 400250)
+++ PKGBUILD2020-11-11 06:58:38 UTC (rev 400251)
@@ -3,7 +3,7 @@
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
 pkgver=20.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Core utilities for Python packages"
 arch=('any')
 url="https://github.com/pypa/packaging;


[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:12
  Author: foutrelis
Revision: 749984

upgpkg: jupyter-notebook 6.1.4-3: Python 3.9 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:53 UTC (rev 749983)
+++ PKGBUILD2020-11-11 06:58:12 UTC (rev 749984)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook;


[arch-commits] Commit in jupyter-notebook/repos/community-staging-any (2 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:58:16
  Author: foutrelis
Revision: 749985

archrelease: copy trunk to community-staging-any

Added:
  jupyter-notebook/repos/community-staging-any/PKGBUILD
(from rev 749984, jupyter-notebook/trunk/PKGBUILD)
Deleted:
  jupyter-notebook/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:58:12 UTC (rev 749984)
+++ PKGBUILD2020-11-11 06:58:16 UTC (rev 749985)
@@ -1,44 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=6.1.4
-pkgrel=2
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook;
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax2' 'python-send2trash'
- 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
-# Much of their official dependency tree appears inverted and circular?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook export')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('eb81355187dad5e8f579be098d32db08')
-
-# todo: report bug that mathjax and nbconvert is no longer optional
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax2 \
-  "$pkgdir/usr/lib/python3.9/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-notebook/repos/community-staging-any/PKGBUILD (from rev 749984, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:58:16 UTC (rev 749985)
@@ -0,0 +1,44 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=6.1.4
+pkgrel=3
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook;
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client' 'mathjax2' 'python-send2trash'
+ 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
+# Much of their official dependency tree appears inverted and circular?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
+md5sums=('eb81355187dad5e8f579be098d32db08')
+
+# todo: report bug that mathjax and nbconvert is no longer optional
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax2 \
+  "$pkgdir/usr/lib/python3.9/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-tomlkit/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:38
  Author: foutrelis
Revision: 749980

upgpkg: python-tomlkit 0.7.0-3: Python 3.9 rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:05 UTC (rev 749979)
+++ PKGBUILD2020-11-11 06:57:38 UTC (rev 749980)
@@ -4,7 +4,7 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')


[arch-commits] Commit in pythia8/repos/community-staging-x86_64 (6 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:05
  Author: foutrelis
Revision: 749979

archrelease: copy trunk to community-staging-x86_64

Added:
  pythia8/repos/community-staging-x86_64/PKGBUILD
(from rev 749978, pythia8/trunk/PKGBUILD)
  pythia8/repos/community-staging-x86_64/fix_python_lib_paths.patch
(from rev 749978, pythia8/trunk/fix_python_lib_paths.patch)
  pythia8/repos/community-staging-x86_64/pythia8.sh
(from rev 749978, pythia8/trunk/pythia8.sh)
Deleted:
  pythia8/repos/community-staging-x86_64/PKGBUILD
  pythia8/repos/community-staging-x86_64/fix_python_lib_paths.patch
  pythia8/repos/community-staging-x86_64/pythia8.sh

+
 PKGBUILD   |  232 +--
 fix_python_lib_paths.patch |   24 ++--
 pythia8.sh |6 -
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:56:59 UTC (rev 749978)
+++ PKGBUILD2020-11-11 06:57:05 UTC (rev 749979)
@@ -1,116 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Joshua Ellis < josh at jpellis dot me >
-# Contributor: Stefano Campanella < stefanocampanella1729 at gmail dot com >
-
-pkgbase=pythia8
-pkgname=('pythia8' 'python-pythia8')
-pkgver=8.3.03
-_pkgid="${pkgbase:0:-1}${pkgver//./}"
-pkgrel=2
-pkgdesc="High-energy physics events generator"
-arch=('x86_64')
-url="http://home.thep.lu.se/Pythia/;
-license=('GPL')
-depends=('python' 'openmp')
-makedepends=('fastjet' 'hepmc' 'hepmc2' 'lhapdf>=6.2' 'root')
-source=("http://home.thep.lu.se/~torbjorn/pythia8/${_pkgid}.tgz;
-'pythia8.sh'
-'fix_python_lib_paths.patch')
-sha256sums=('cd7c2b102670dae74aa37053657b4f068396988ef7da58fd3c318c84dc37913e'
-'4e373b685960e410024b4e33e22c2dea360dfedd7962837087332f428c974ae5'
-'661d0d54bea576bccd0075cb1f7a0cbbf7df05b241d97eec6f7fbc1389b5f992')
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-cd "${srcdir}/${_pkgid}"
-patch -Np1 -i "${srcdir}/fix_python_lib_paths.patch"
-}
-
-build() {
-_bin=/usr/bin
-_inc=/usr/include
-_lib=/usr/lib
-_share="/usr/share/${pkgbase}"
-_pyver="$(get_pyver)"
-
-cd "${srcdir}/${_pkgid}"
-./configure \
---prefix=/usr \
---prefix-bin="${_bin}" \
---prefix-include="${_inc}" \
---prefix-lib="${_lib}" \
---prefix-share="${_share}" \
---cxx=/usr/bin/g++ \
---cxx-common="${CXXFLAGS} -fPIC" \
---cxx-shared="-shared ${LDFLAGS} -ldl" \
---with-fastjet3 \
---with-fastjet3-include=${_inc} \
---with-fastjet3-lib=${_lib} \
---with-gzip \
---with-gzip-include=${_inc} \
---with-gzip-lib=${_lib} \
---with-hepmc2 \
---with-hepmc2-include=${_inc} \
---with-hepmc2-lib=${_lib} \
---with-hepmc3 \
---with-hepmc3-include=${_inc} \
---with-hepmc3-lib=${_lib} \
---with-lhapdf5 \
---with-lhapdf5-include=${_inc} \
---with-lhapdf5-lib=${_lib} \
---with-lhapdf6 \
---with-lhapdf6-include=${_inc} \
---with-lhapdf6-lib=${_lib} \
---with-python \
---with-python-include="/usr/include/python${_pyver}" \
---with-python-lib="/usr/lib/python${_pyver}" \
---with-root \
---with-root-include=/usr/include/root \
---with-root-lib=/usr/lib/root \
---with-openmp \
---with-openmp-include=${_inc} \
---with-openmp-lib=${_lib}
-make
-}
-
-package_pythia8() {
-optdepends=('fastjet: fast jet finding in pp and e+e- collisions'
-'hepmc: storing collisions from Monte Carlo'
-'hepmc2: storing collisions from Monte Carlo (old interface)'
-'lhapdf: evaluate PDFs from discretised data files'
-'root: integrated examples with CERN ROOT data analysis 
framework')
-
-cd "${srcdir}/${_pkgid}"
-
-install -Dm755 bin/pythia8-config "${pkgdir}/usr/bin/pythia8-config"
-install -Dm644 lib/libpythia8.a "${pkgdir}/usr/lib/libpythia8.a"
-install -Dm755 lib/libpythia8.so "${pkgdir}/usr/lib/libpythia8.so"
-install -Dm755 lib/libpythia8lhapdf5.so 
"${pkgdir}/usr/lib/libpythia8lhapdf5.so"
-install -Dm755 lib/libpythia8lhapdf6.so 
"${pkgdir}/usr/lib/libpythia8lhapdf6.so"
-
-cp -r include "${pkgdir}/usr/"
-install -d "${pkgdir}/usr/share/${pkgbase}"
-cp -r share/Pythia8/* "${pkgdir}/usr/share/${pkgbase}/"
-cp -r examples "${pkgdir}/usr/share/${pkgbase}/"
-
-install -D "${srcdir}/pythia8.sh" "${pkgdir}/etc/profile.d/pythia8.sh"
-}
-
-package_python-pythia8() {
-pkgdesc="Python bindings for Pythia"
-replaces=('python-pythia')
-depends=('pythia8')
-
-cd "${srcdir}/${_pkgid}"
-_pyver="$(get_pyver)"
-
-install 

[arch-commits] Commit in pythia8/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:56:59
  Author: foutrelis
Revision: 749978

upgpkg: pythia8 8.3.03-3: Python 3.9 rebuild

Modified:
  pythia8/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:53 UTC (rev 749977)
+++ PKGBUILD2020-11-11 06:56:59 UTC (rev 749978)
@@ -6,7 +6,7 @@
 pkgname=('pythia8' 'python-pythia8')
 pkgver=8.3.03
 _pkgid="${pkgbase:0:-1}${pkgver//./}"
-pkgrel=2
+pkgrel=3
 pkgdesc="High-energy physics events generator"
 arch=('x86_64')
 url="http://home.thep.lu.se/Pythia/;


[arch-commits] Commit in pygobject/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:56:59
  Author: foutrelis
Revision: 400247

upgpkg: pygobject 3.38.0-3: Python 3.9 rebuild

Modified:
  pygobject/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:56:12 UTC (rev 400246)
+++ PKGBUILD2020-11-11 06:56:59 UTC (rev 400247)
@@ -4,7 +4,7 @@
 pkgbase=pygobject
 pkgname=(python-gobject)
 pkgver=3.38.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
 url="https://wiki.gnome.org/Projects/PyGObject;
 arch=(x86_64)


[arch-commits] Commit in pygobject/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:04
  Author: foutrelis
Revision: 400248

archrelease: copy trunk to staging-x86_64

Added:
  pygobject/repos/staging-x86_64/PKGBUILD
(from rev 400247, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:56:59 UTC (rev 400247)
+++ PKGBUILD2020-11-11 06:57:04 UTC (rev 400248)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=pygobject
-pkgname=(python-gobject)
-pkgver=3.38.0
-pkgrel=2
-pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
-url="https://wiki.gnome.org/Projects/PyGObject;
-arch=(x86_64)
-license=(LGPL)
-depends=(gobject-introspection-runtime python)
-makedepends=(python-cairo gobject-introspection git meson)
-checkdepends=(python-pytest gtk3 xorg-server-xvfb)
-optdepends=('cairo: Cairo bindings')
-provides=("pygobject-devel=$pkgver")
-conflicts=(pygobject-devel)
-replaces=('pygobject-devel<=3.36.1-1')
-_commit=63825d8eb0acbaf516fcd5064a891f31534dc4e5  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pygobject
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pygobject
-}
-
-build() {
-  arch-meson pygobject build
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package_python-gobject() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}
-
-# vim:set sw=2 et:

Copied: pygobject/repos/staging-x86_64/PKGBUILD (from rev 400247, 
pygobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:57:04 UTC (rev 400248)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject)
+pkgver=3.38.0
+pkgrel=3
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime python)
+makedepends=(python-cairo gobject-introspection git meson)
+checkdepends=(python-pytest gtk3 xorg-server-xvfb)
+optdepends=('cairo: Cairo bindings')
+provides=("pygobject-devel=$pkgver")
+conflicts=(pygobject-devel)
+replaces=('pygobject-devel<=3.36.1-1')
+_commit=63825d8eb0acbaf516fcd5064a891f31534dc4e5  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pygobject
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pygobject
+}
+
+build() {
+  arch-meson pygobject build
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package_python-gobject() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in python-tensorflow-estimator/repos/community-staging-any (2 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:48
  Author: foutrelis
Revision: 749976

archrelease: copy trunk to community-staging-any

Added:
  python-tensorflow-estimator/repos/community-staging-any/PKGBUILD
(from rev 749975, python-tensorflow-estimator/trunk/PKGBUILD)
Deleted:
  python-tensorflow-estimator/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:44 UTC (rev 749975)
+++ PKGBUILD2020-11-11 06:55:48 UTC (rev 749976)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=python-tensorflow-estimator
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
-url="https://github.com/tensorflow/estimator;
-license=('APACHE')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 
'python-tensorflow')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
-sha512sums=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0')
-
-build() {
-  cd estimator-${pkgver}
-
-  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package 
${srcdir}/estimator_pip
-}
-
-check() {
-  cd estimator-${pkgver}
-
-  # Of course, upstream doesn't care about working tests...
-  # Revisit this at some point.
-  # bazel test //tensorflow_estimator/...
-}
-
-package() {
-  cd estimator-${pkgver}
-
-  WHEEL_PACKAGE=$(find "$srcdir"/estimator_pip -name "tensor*.whl")
-  pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE 
--no-dependencies
-}

Copied: python-tensorflow-estimator/repos/community-staging-any/PKGBUILD (from 
rev 749975, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:48 UTC (rev 749976)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=2.3.0
+pkgrel=4
+pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
+url="https://github.com/tensorflow/estimator;
+license=('APACHE')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 
'python-tensorflow')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
+sha512sums=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0')
+
+build() {
+  cd estimator-${pkgver}
+
+  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package 
${srcdir}/estimator_pip
+}
+
+check() {
+  cd estimator-${pkgver}
+
+  # Of course, upstream doesn't care about working tests...
+  # Revisit this at some point.
+  # bazel test //tensorflow_estimator/...
+}
+
+package() {
+  cd estimator-${pkgver}
+
+  WHEEL_PACKAGE=$(find "$srcdir"/estimator_pip -name "tensor*.whl")
+  pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE 
--no-dependencies
+}


[arch-commits] Commit in graphviz/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:56:04
  Author: foutrelis
Revision: 400244

upgpkg: graphviz 2.44.1-6: Python 3.9 rebuild

Modified:
  graphviz/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:58 UTC (rev 400243)
+++ PKGBUILD2020-11-11 06:56:04 UTC (rev 400244)
@@ -4,7 +4,7 @@
 
 pkgname=graphviz
 pkgver=2.44.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:44
  Author: foutrelis
Revision: 749975

upgpkg: python-tensorflow-estimator 2.3.0-4: Python 3.9 rebuild

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:41 UTC (rev 749974)
+++ PKGBUILD2020-11-11 06:55:44 UTC (rev 749975)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')


[arch-commits] Commit in audit/repos/staging-x86_64 (4 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:56:12
  Author: felixonmars
Revision: 400246

archrelease: copy trunk to staging-x86_64

Added:
  audit/repos/staging-x86_64/PKGBUILD
(from rev 400244, audit/trunk/PKGBUILD)
  audit/repos/staging-x86_64/gcc10.patch
(from rev 400244, audit/trunk/gcc10.patch)
Deleted:
  audit/repos/staging-x86_64/PKGBUILD
  audit/repos/staging-x86_64/gcc10.patch

-+
 PKGBUILD|  174 +-
 gcc10.patch |   46 +++
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:56:09 UTC (rev 400245)
+++ PKGBUILD2020-11-11 06:56:12 UTC (rev 400246)
@@ -1,87 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer : Christian Rebischke 
-# Contributor: Daniel Micay 
-# Contributor: 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Connor Behan 
-# Contributor: henning mueller 
-
-pkgbase=audit
-pkgname=('audit' 'python-audit')
-pkgver=2.8.5
-pkgrel=8
-pkgdesc='Userspace components of the audit framework'
-url='https://people.redhat.com/sgrubb/audit'
-arch=('x86_64')
-makedepends=('krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 'python')
-license=('GPL')
-options=('emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgbase}-${pkgver}.tar.gz
-gcc10.patch)
-sha512sums=('7d416aaa21c1a167f8e911ca82aecbaba804424f3243f505066c43ecc4a62a34feb2c27555e99d3268608404793dccca0f828c63670e3aa816016fb493f8174a'
-
'78e32c05b6896d37bacf0938954fbce7486a528dabd55421f1715438fe489171f9157059050abdcb3f673258aa28b4a11f643ddb7824f3499a195dbbe634f101')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
-
-  # https://github.com/linux-audit/audit-userspace/issues/123
-  patch -Np1 -i ../gcc10.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/audit \
---enable-gssapi-krb5=yes \
---enable-systemd=yes \
---with-libcap-ng=yes
-  make
-  [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH 
bindings/swig/python/audit.py
-}
-
-package_audit() {
-  depends=('krb5' 'libcap-ng')
-  provides=('libaudit.so' 'libauparse.so')
-  backup=(
-etc/libaudit.conf
-etc/audit/audit-stop.rules
-etc/audit/auditd.conf
-etc/audisp/audispd.conf
-etc/audisp/audisp-remote.conf
-etc/audisp/zos-remote.conf
-etc/audisp/plugins.d/af_unix.conf
-etc/audisp/plugins.d/audispd-zos-remote.conf
-etc/audisp/plugins.d/au-remote.conf
-etc/audisp/plugins.d/syslog.conf
-  )
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" INSTALL='install -p' install
-
-  cd "${pkgdir}"
-  install -d -m 0700 var/log/audit
-  rm -rf etc/rc.d \
-etc/sysconfig \
-usr/lib/audit \
-usr/lib/python*
-
-  sed -ri 's|/sbin|/usr/bin|' \
-etc/audit/*.conf \
-etc/audisp/plugins.d/*.conf \
-usr/lib/systemd/system/auditd.service
-
-  chmod 644 usr/lib/systemd/system/auditd.service
-}
-
-package_python-audit() {
-  depends=('python' 'audit')
-  pkgdesc+=' (python bindings)'
-  cd ${pkgbase}-${pkgver}
-  make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
-}
-
-# vim: ts=2 sw=2 et:

Copied: audit/repos/staging-x86_64/PKGBUILD (from rev 400244, 
audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:56:12 UTC (rev 400246)
@@ -0,0 +1,87 @@
+# Maintainer: Levente Polyak 
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Micay 
+# Contributor: 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Connor Behan 
+# Contributor: henning mueller 
+
+pkgbase=audit
+pkgname=('audit' 'python-audit')
+pkgver=2.8.5
+pkgrel=9
+pkgdesc='Userspace components of the audit framework'
+url='https://people.redhat.com/sgrubb/audit'
+arch=('x86_64')
+makedepends=('krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 'python')
+license=('GPL')
+options=('emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgbase}-${pkgver}.tar.gz
+gcc10.patch)
+sha512sums=('7d416aaa21c1a167f8e911ca82aecbaba804424f3243f505066c43ecc4a62a34feb2c27555e99d3268608404793dccca0f828c63670e3aa816016fb493f8174a'
+
'78e32c05b6896d37bacf0938954fbce7486a528dabd55421f1715438fe489171f9157059050abdcb3f673258aa28b4a11f643ddb7824f3499a195dbbe634f101')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
+
+  # https://github.com/linux-audit/audit-userspace/issues/123
+  patch -Np1 -i ../gcc10.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/audit \

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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:40
  Author: felixonmars
Revision: 749973

archrelease: copy trunk to community-staging-any

Added:
  python-ipywidgets/repos/community-staging-any/PKGBUILD
(from rev 749972, python-ipywidgets/trunk/PKGBUILD)
Deleted:
  python-ipywidgets/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:29 UTC (rev 749972)
+++ PKGBUILD2020-11-11 06:55:40 UTC (rev 749973)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipywidgets
-pkgver=7.5.1
-pkgrel=5
-pkgdesc="IPython widgets for the Jupyter Notebook"
-arch=('any')
-url="https://github.com/ipython/ipywidgets;
-license=('BSD')
-depends=('python' 'jupyter-widgetsnbextension')
-makedepends=('python-setuptools' 'npm' 'git')
-
-source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz;)
-md5sums=('fd7d28cfd8a1206e95e5161a1b924a91')
-
-build() {
-  cd "$srcdir/ipywidgets-$pkgver"
-  # needs node, downloads a lot of stuff, probably not reproducible
-  python3 setup.py build
-  #cd widgetsnbextension
-  #python3 setup.py build
-  #cd ..
-}
-
-package() {
-  cd "$srcdir/ipywidgets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  #cd widgetsnbextension
-  #python3 setup.py install --prefix=/usr --root="$pkgdir"
-}

Copied: python-ipywidgets/repos/community-staging-any/PKGBUILD (from rev 
749972, python-ipywidgets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:40 UTC (rev 749973)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipywidgets
+pkgver=7.5.1
+pkgrel=6
+pkgdesc="IPython widgets for the Jupyter Notebook"
+arch=('any')
+url="https://github.com/ipython/ipywidgets;
+license=('BSD')
+depends=('python' 'jupyter-widgetsnbextension')
+makedepends=('python-setuptools' 'npm' 'git')
+
+source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz;)
+md5sums=('fd7d28cfd8a1206e95e5161a1b924a91')
+
+build() {
+  cd "$srcdir/ipywidgets-$pkgver"
+  # needs node, downloads a lot of stuff, probably not reproducible
+  python3 setup.py build
+  #cd widgetsnbextension
+  #python3 setup.py build
+  #cd ..
+}
+
+package() {
+  cd "$srcdir/ipywidgets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  #cd widgetsnbextension
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+}


[arch-commits] Commit in graphviz/repos/staging-x86_64 (6 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:56:09
  Author: foutrelis
Revision: 400245

archrelease: copy trunk to staging-x86_64

Added:
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 400244, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 400244, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 400244, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/ghostscript918.patch
  graphviz/repos/staging-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:56:04 UTC (rev 400244)
+++ PKGBUILD2020-11-11 06:56:09 UTC (rev 400245)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.44.1
-pkgrel=5
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2' 'git')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
-'ghostscript918.patch')
-sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 400244, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:56:09 UTC (rev 400245)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.44.1
+pkgrel=6
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2' 'git')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
+'ghostscript918.patch')
+sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz 

[arch-commits] Commit in audit/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:58
  Author: felixonmars
Revision: 400243

upgpkg: audit 2.8.5-9: Python 3.9 rebuild

Modified:
  audit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:42 UTC (rev 400242)
+++ PKGBUILD2020-11-11 06:55:58 UTC (rev 400243)
@@ -9,7 +9,7 @@
 pkgbase=audit
 pkgname=('audit' 'python-audit')
 pkgver=2.8.5
-pkgrel=8
+pkgrel=9
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')


[arch-commits] Commit in brotli/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:42
  Author: felixonmars
Revision: 400242

archrelease: copy trunk to staging-x86_64

Added:
  brotli/repos/staging-x86_64/PKGBUILD
(from rev 400241, brotli/trunk/PKGBUILD)
Deleted:
  brotli/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:29 UTC (rev 400241)
+++ PKGBUILD2020-11-11 06:55:42 UTC (rev 400242)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor: Lex Black 
-# Contributor: TingPing 
-# Contributor: Guillaume Horel 
-
-pkgbase=brotli
-pkgname=('brotli' 'python-brotli' 'brotli-testdata')
-_gitcommit=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
-pkgver=1.0.9
-pkgrel=3
-pkgdesc='Generic-purpose lossless compression algorithm'
-url='https://github.com/google/brotli'
-arch=('x86_64')
-license=('MIT')
-makedepends=('git' 'glibc' 'gcc-libs' 'cmake' 'python-setuptools')
-source=(${pkgname}::"git+${url}#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-prepare() {
-  cd ${pkgbase}
-  git cherry-pick -n 09b0992b6acb7faa6fd3b23f9bc036ea117230fc # Fix broken 
Libs: in pc file
-}
-
-pkgver() {
-  cd ${pkgbase}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgbase}
-  python setup.py build
-  cmake -B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
-   -DBUILD_SHARED_LIBS=True
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd ${pkgbase}
-  make test
-  python setup.py test
-}
-
-package_brotli() {
-  depends=('gcc-libs' 'glibc')
-  provides=(libbrotlicommon.so libbrotlidec.so libbrotlienc.so)
-
-  cd ${pkgbase}
-  make -C build DESTDIR="$pkgdir" install
-  local man;
-  for man in docs/*.?; do
-install -Dm 644 "$man" "$pkgdir/usr/share/man/man${man##*.}/${man##*/}"
-  done
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-package_python-brotli() {
-  pkgdesc+=' - python library'
-  depends=('python' 'glibc' 'gcc-libs')
-
-  cd ${pkgbase}
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-package_brotli-testdata() {
-  pkgdesc+=' - test data'
-  depends=()
-
-  cd ${pkgbase}
-  install -dm755 "$pkgdir"/usr/share/brotli
-  cp -a tests/testdata "$pkgdir"/usr/share/brotli/
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: brotli/repos/staging-x86_64/PKGBUILD (from rev 400241, 
brotli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:42 UTC (rev 400242)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: Lex Black 
+# Contributor: TingPing 
+# Contributor: Guillaume Horel 
+
+pkgbase=brotli
+pkgname=('brotli' 'python-brotli' 'brotli-testdata')
+_gitcommit=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
+pkgver=1.0.9
+pkgrel=4
+pkgdesc='Generic-purpose lossless compression algorithm'
+url='https://github.com/google/brotli'
+arch=('x86_64')
+license=('MIT')
+makedepends=('git' 'glibc' 'gcc-libs' 'cmake' 'python-setuptools')
+source=(${pkgname}::"git+${url}#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+prepare() {
+  cd ${pkgbase}
+  git cherry-pick -n 09b0992b6acb7faa6fd3b23f9bc036ea117230fc # Fix broken 
Libs: in pc file
+}
+
+pkgver() {
+  cd ${pkgbase}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgbase}
+  python setup.py build
+  cmake -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+   -DBUILD_SHARED_LIBS=True
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd ${pkgbase}
+  make test
+  python setup.py test
+}
+
+package_brotli() {
+  depends=('gcc-libs' 'glibc')
+  provides=(libbrotlicommon.so libbrotlidec.so libbrotlienc.so)
+
+  cd ${pkgbase}
+  make -C build DESTDIR="$pkgdir" install
+  local man;
+  for man in docs/*.?; do
+install -Dm 644 "$man" "$pkgdir/usr/share/man/man${man##*.}/${man##*/}"
+  done
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+package_python-brotli() {
+  pkgdesc+=' - python library'
+  depends=('python' 'glibc' 'gcc-libs')
+
+  cd ${pkgbase}
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+package_brotli-testdata() {
+  pkgdesc+=' - test data'
+  depends=()
+
+  cd ${pkgbase}
+  install -dm755 "$pkgdir"/usr/share/brotli
+  cp -a tests/testdata "$pkgdir"/usr/share/brotli/
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:53
  Author: felixonmars
Revision: 749977

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD
(from rev 749976, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:48 UTC (rev 749976)
+++ PKGBUILD2020-11-11 06:55:53 UTC (rev 749977)
@@ -1,27 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgname=python-sphinx_rtd_theme
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Read the Docs theme for Sphinx'
-arch=('any')
-url=https://github.com/readthedocs/sphinx_rtd_theme
-license=('MIT')
-depends=('python-setuptools' 'python-sphinx')
-makedepends=('npm' 'python2')
-source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
-sha512sums=('e5d3f653649f10bcbb953fa18fe79f2b8663da205cc6c6d4ee702789b86de19ac525065b214e3e419e0a34feda35e54b3abd5e82b2a5e657821675125dc9dfdc')
-
-build() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}

Copied: python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD (from rev 
749976, python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:53 UTC (rev 749977)
@@ -0,0 +1,27 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgname=python-sphinx_rtd_theme
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Read the Docs theme for Sphinx'
+arch=('any')
+url=https://github.com/readthedocs/sphinx_rtd_theme
+license=('MIT')
+depends=('python-setuptools' 'python-sphinx')
+makedepends=('npm' 'python2')
+source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
+sha512sums=('e5d3f653649f10bcbb953fa18fe79f2b8663da205cc6c6d4ee702789b86de19ac525065b214e3e419e0a34feda35e54b3abd5e82b2a5e657821675125dc9dfdc')
+
+build() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}


[arch-commits] Commit in avahi/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:28
  Author: foutrelis
Revision: 400240

archrelease: copy trunk to staging-x86_64

Added:
  avahi/repos/staging-x86_64/PKGBUILD
(from rev 400239, avahi/trunk/PKGBUILD)
Deleted:
  avahi/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:25 UTC (rev 400239)
+++ PKGBUILD2020-11-11 06:55:28 UTC (rev 400240)
@@ -1,80 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=avahi
-pkgver=0.8+15+ge8a3dd0
-pkgrel=2
-pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
-url='https://github.com/lathiat/avahi'
-license=(LGPL)
-arch=(x86_64)
-depends=(expat libdaemon glib2 libcap gdbm dbus)
-makedepends=(git gobject-introspection gtk3 qt5-base xmltoman python-dbus
- python-gobject doxygen graphviz libevent)
-optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, 
bvnc'
-'qt5-base: qt5 bindings'
-'libevent: libevent bindings'
-'nss-mdns: NSS support for mDNS'
-'python-twisted: avahi-bookmarks'
-'python-gobject: avahi-bookmarks, avahi-discover'
-'python-dbus: avahi-bookmarks, avahi-discover')
-provides=(libavahi-client.so libavahi-common.so libavahi-core.so
-  libavahi-glib.so libavahi-gobject.so libavahi-libevent.so
-  libavahi-qt5.so libavahi-ui-gtk3.so libdns_sd.so)
-backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
-usr/lib/avahi/service-types.db)
-_commit=e8a3dd0d480a754318e312e6fa66fea249808187  # master
-source=("git+https://github.com/lathiat/avahi#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
-with_dbus_sys=/usr/share/dbus-1/system.d \
---disable-mono \
---enable-compat-libdns_sd \
---with-distro=archlinux \
---with-avahi-priv-access-group=network \
---with-autoipd-user=avahi \
---with-autoipd-group=avahi \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  depends+=(libdbus-1.so)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir/run"
-
-  # mdnsresponder compat
-  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
-
-  # move example services https://bugs.archlinux.org/task/47822
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  mv "$pkgdir"/etc/avahi/services/{,sftp-}ssh.service \
-"$pkgdir/usr/share/doc/$pkgname/"
-
-  echo 'u avahi - "Avahi mDNS/DNS-SD daemon"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}

Copied: avahi/repos/staging-x86_64/PKGBUILD (from rev 400239, 
avahi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:28 UTC (rev 400240)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.8+15+ge8a3dd0
+pkgrel=3
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
+url='https://github.com/lathiat/avahi'
+license=(LGPL)
+arch=(x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git gobject-introspection gtk3 qt5-base xmltoman python-dbus
+ python-gobject doxygen graphviz libevent)
+optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, 
bvnc'
+'qt5-base: qt5 bindings'
+'libevent: libevent bindings'
+'nss-mdns: NSS support for mDNS'
+'python-twisted: avahi-bookmarks'
+'python-gobject: avahi-bookmarks, avahi-discover'
+'python-dbus: avahi-bookmarks, avahi-discover')
+provides=(libavahi-client.so libavahi-common.so libavahi-core.so
+  libavahi-glib.so libavahi-gobject.so libavahi-libevent.so
+  libavahi-qt5.so libavahi-ui-gtk3.so libdns_sd.so)
+backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
+usr/lib/avahi/service-types.db)
+_commit=e8a3dd0d480a754318e312e6fa66fea249808187  # master
+source=("git+https://github.com/lathiat/avahi#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  

[arch-commits] Commit in python-sphinx_rtd_theme/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:41
  Author: felixonmars
Revision: 749974

upgpkg: python-sphinx_rtd_theme 0.5.0-3: Python 3.9 rebuild

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:40 UTC (rev 749973)
+++ PKGBUILD2020-11-11 06:55:41 UTC (rev 749974)
@@ -5,7 +5,7 @@
 
 pkgname=python-sphinx_rtd_theme
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Read the Docs theme for Sphinx'
 arch=('any')
 url=https://github.com/readthedocs/sphinx_rtd_theme


[arch-commits] Commit in avahi/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:25
  Author: foutrelis
Revision: 400239

upgpkg: avahi 0.8+15+ge8a3dd0-3: Python 3.9 rebuild

Modified:
  avahi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:00 UTC (rev 400238)
+++ PKGBUILD2020-11-11 06:55:25 UTC (rev 400239)
@@ -4,7 +4,7 @@
 
 pkgname=avahi
 pkgver=0.8+15+ge8a3dd0
-pkgrel=2
+pkgrel=3
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
 url='https://github.com/lathiat/avahi'
 license=(LGPL)


[arch-commits] Commit in python-yaspin/repos/community-staging-any (3 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:46
  Author: felixonmars
Revision: 749969

archrelease: copy trunk to community-staging-any

Added:
  python-yaspin/repos/community-staging-any/PKGBUILD
(from rev 749968, python-yaspin/trunk/PKGBUILD)
Deleted:
  python-yaspin/repos/community-staging-any/PKGBUILD
  python-yaspin/repos/community-staging-any/setup.py

--+
 PKGBUILD |   85 -
 setup.py |   41 -
 2 files changed, 40 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:34 UTC (rev 749968)
+++ PKGBUILD2020-11-11 06:54:46 UTC (rev 749969)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-yaspin
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Yet Another Terminal Spinner"
-url="https://github.com/pavdmyt/yaspin;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-dephell')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;
-setup.py)
-sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86'
-
'7ca0ce814ef2ad9552acd2d77cff852abfa40ceb0ac22b0ea7f56a384c25c24b25d7f5163073545cf69941cf9742a349fe780f4b51e143b6782ec6a7a3695beb')
-
-prepare() {
-  cd yaspin-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
-
-  # Bootstrapping for Python 3.9
-  cp ../setup.py .
-}
-
-build() {
-  cd yaspin-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd yaspin-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd yaspin-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-yaspin/repos/community-staging-any/PKGBUILD (from rev 749968, 
python-yaspin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:46 UTC (rev 749969)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-yaspin
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Yet Another Terminal Spinner"
+url="https://github.com/pavdmyt/yaspin;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
+sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86')
+
+prepare() {
+  cd yaspin-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd yaspin-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yaspin-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd yaspin-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: setup.py
===
--- setup.py2020-11-11 06:54:34 UTC (rev 749968)
+++ setup.py2020-11-11 06:54:46 UTC (rev 749969)
@@ -1,41 +0,0 @@
-
-# -*- coding: utf-8 -*-
-
-# DO NOT EDIT THIS FILE!
-# This file has been autogenerated by dephell <3
-# https://github.com/dephell/dephell
-
-try:
-from setuptools import setup
-except ImportError:
-from distutils.core import setup
-
-
-import os.path
-
-readme = ''
-here = os.path.abspath(os.path.dirname(__file__))
-readme_path = os.path.join(here, 'README.rst')
-if os.path.exists(readme_path):
-with open(readme_path, 'rb') as stream:
-readme = stream.read().decode('utf8')
-
-
-setup(
-long_description=readme,
-name='yaspin',
-version='1.2.0',
-description='Yet Another Terminal Spinner',
-python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
-project_urls={"documentation": 
"https://github.com/pavdmyt/yaspin/blob/master/README.rst;, "homepage": 
"https://github.com/pavdmyt/yaspin;, "repository": 
"https://github.com/pavdmyt/yaspin"},
-author='Pavlo Dmytrenko',
-author_email='m...@pavdmyt.com',
-license='MIT',
-keywords='spinner console terminal loader indicator',
-classifiers=['Development Status :: 5 - Production/Stable', 'Environment 
:: Console', 'Environment :: MacOS X', 'Environment :: Other Environment', 
'Intended Audience :: 

[arch-commits] Commit in python-jupyter_client/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:52
  Author: foutrelis
Revision: 749970

upgpkg: python-jupyter_client 6.1.7-3: Python 3.9 rebuild

Modified:
  python-jupyter_client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:46 UTC (rev 749969)
+++ PKGBUILD2020-11-11 06:54:52 UTC (rev 749970)
@@ -2,7 +2,7 @@
 
 pkgname=python-jupyter_client
 pkgver=6.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
 url="https://pypi.python.org/pypi/jupyter_client;


[arch-commits] Commit in brotli/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:29
  Author: felixonmars
Revision: 400241

upgpkg: brotli 1.0.9-4: Python 3.9 rebuild

Modified:
  brotli/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:28 UTC (rev 400240)
+++ PKGBUILD2020-11-11 06:55:29 UTC (rev 400241)
@@ -8,7 +8,7 @@
 pkgname=('brotli' 'python-brotli' 'brotli-testdata')
 _gitcommit=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
 pkgver=1.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc='Generic-purpose lossless compression algorithm'
 url='https://github.com/google/brotli'
 arch=('x86_64')


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:55
  Author: foutrelis
Revision: 749971

archrelease: copy trunk to community-staging-any

Added:
  python-jupyter_client/repos/community-staging-any/PKGBUILD
(from rev 749970, python-jupyter_client/trunk/PKGBUILD)
Deleted:
  python-jupyter_client/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:52 UTC (rev 749970)
+++ PKGBUILD2020-11-11 06:54:55 UTC (rev 749971)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-jupyter_client
-pkgver=6.1.7
-pkgrel=2
-pkgdesc="Jupyter protocol implementation and client libraries"
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_client;
-license=('BSD')
-depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
- 'python-jupyter_core' 'python-dateutil')
-makedepends=('python-setuptools')
-#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz;)
-md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
-
-# dep cycle with python-ipykernel
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/jupyter_client-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-jupyter_client/repos/community-staging-any/PKGBUILD (from rev 
749970, python-jupyter_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:55 UTC (rev 749971)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-jupyter_client
+pkgver=6.1.7
+pkgrel=3
+pkgdesc="Jupyter protocol implementation and client libraries"
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_client;
+license=('BSD')
+depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
+ 'python-jupyter_core' 'python-dateutil')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz;)
+md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-six/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:48
  Author: felixonmars
Revision: 400237

upgpkg: python-six 1.15.0-3: Python 3.9 rebuild

Modified:
  python-six/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:24 UTC (rev 400236)
+++ PKGBUILD2020-11-11 06:54:48 UTC (rev 400237)
@@ -5,7 +5,7 @@
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
 pkgver=1.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python 2 and 3 compatibility utilities"
 arch=('any')
 url="https://pypi.python.org/pypi/six/;


[arch-commits] Commit in python-ipywidgets/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:29
  Author: felixonmars
Revision: 749972

upgpkg: python-ipywidgets 7.5.1-6: Python 3.9 rebuild

Modified:
  python-ipywidgets/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:55 UTC (rev 749971)
+++ PKGBUILD2020-11-11 06:55:29 UTC (rev 749972)
@@ -2,7 +2,7 @@
 
 pkgname=python-ipywidgets
 pkgver=7.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="IPython widgets for the Jupyter Notebook"
 arch=('any')
 url="https://github.com/ipython/ipywidgets;


[arch-commits] Commit in python-yaspin/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:34
  Author: felixonmars
Revision: 749968

upgpkg: python-yaspin 1.2.0-3: Python 3.9 rebuild

Modified:
  python-yaspin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:31 UTC (rev 749967)
+++ PKGBUILD2020-11-11 06:54:34 UTC (rev 749968)
@@ -2,7 +2,7 @@
 
 pkgname=python-yaspin
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')


[arch-commits] Commit in python-six/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:00
  Author: felixonmars
Revision: 400238

archrelease: copy trunk to staging-any

Added:
  python-six/repos/staging-any/PKGBUILD
(from rev 400237, python-six/trunk/PKGBUILD)
Deleted:
  python-six/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:48 UTC (rev 400237)
+++ PKGBUILD2020-11-11 06:55:00 UTC (rev 400238)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jelle van der Waa 
-# Contributer: Allan McRae 
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.15.0
-pkgrel=2
-pkgdesc="Python 2 and 3 compatibility utilities"
-arch=('any')
-url="https://pypi.python.org/pypi/six/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'tk')
-source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz;)
-sha512sums=('eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9')
-
-build() {
-  cp -a six-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir"/six-$pkgver
-  python -m pytest
-
-  cd "$srcdir"/six-$pkgver-py2
-  python2 -m pytest
-}
-
-package_python-six() {
-  depends=('python')
-
-  cd six-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-six() {
-  depends=('python2')
-
-  cd six-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-six/repos/staging-any/PKGBUILD (from rev 400237, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:55:00 UTC (rev 400238)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.15.0
+pkgrel=3
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="https://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'tk')
+source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz;)
+sha512sums=('eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9')
+
+build() {
+  cp -a six-$pkgver{,-py2}
+}
+
+check() {
+  cd "$srcdir"/six-$pkgver
+  python -m pytest
+
+  cd "$srcdir"/six-$pkgver-py2
+  python2 -m pytest
+}
+
+package_python-six() {
+  depends=('python')
+
+  cd six-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+
+  cd six-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:31
  Author: foutrelis
Revision: 749967

archrelease: copy trunk to community-staging-any

Added:
  python-ipykernel/repos/community-staging-any/PKGBUILD
(from rev 749966, python-ipykernel/trunk/PKGBUILD)
Deleted:
  python-ipykernel/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:28 UTC (rev 749966)
+++ PKGBUILD2020-11-11 06:54:31 UTC (rev 749967)
@@ -1,33 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipykernel
-pkgver=5.3.4
-pkgrel=2
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.org/project/ipykernel/;
-license=('BSD')
-  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
-makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
-checkdepends=('python-pytest' 'python-mock' 'python-nose')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
-md5sums=('3467e017793c4db615b4bdb9c4f8dcce')
-
-# dep cycle with python-jupyter_client
-
-build() {
-  cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py build
-}
-
-check() {
-  cd "$srcdir/ipykernel-$pkgver"
-  #python3 -m pytest
-  # tests fail both locally and in a chroot, for different reasons
-}
-
-package() {
-  cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-ipykernel/repos/community-staging-any/PKGBUILD (from rev 749966, 
python-ipykernel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:31 UTC (rev 749967)
@@ -0,0 +1,33 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipykernel
+pkgver=5.3.4
+pkgrel=3
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/;
+license=('BSD')
+  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
+makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
+checkdepends=('python-pytest' 'python-mock' 'python-nose')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
+md5sums=('3467e017793c4db615b4bdb9c4f8dcce')
+
+# dep cycle with python-jupyter_client
+
+build() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py build
+}
+
+check() {
+  cd "$srcdir/ipykernel-$pkgver"
+  #python3 -m pytest
+  # tests fail both locally and in a chroot, for different reasons
+}
+
+package() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-ipykernel/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:28
  Author: foutrelis
Revision: 749966

upgpkg: python-ipykernel 5.3.4-3: Python 3.9 rebuild

Modified:
  python-ipykernel/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:06 UTC (rev 749965)
+++ PKGBUILD2020-11-11 06:54:28 UTC (rev 749966)
@@ -2,7 +2,7 @@
 
 pkgname=python-ipykernel
 pkgver=5.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
 url="https://pypi.org/project/ipykernel/;


[arch-commits] Commit in libproxy/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:10
  Author: foutrelis
Revision: 400233

archrelease: copy trunk to staging-x86_64

Added:
  libproxy/repos/staging-x86_64/PKGBUILD
(from rev 400232, libproxy/trunk/PKGBUILD)
Deleted:
  libproxy/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:07 UTC (rev 400232)
+++ PKGBUILD2020-11-11 06:54:10 UTC (rev 400233)
@@ -1,83 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=libproxy
-pkgname=(libproxy libproxy-mozjs libproxy-webkit)
-pkgver=0.4.15+33+g454a499
-pkgrel=3
-pkgdesc="Automatic proxy configuration management library"
-url="https://libproxy.github.io/libproxy/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gcc-libs glib2 dbus)
-makedepends=(cmake python python2 perl webkit2gtk git js60)
-_commit=454a499692b8fd36c376d4555ddf343316bfddd4  # master
-source=("git+https://github.com/libproxy/libproxy#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  cmake -H$pkgbase -Bbuild \
--DBIPR=0 \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_C_FLAGS="$CFLAGS" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DPERL_VENDORINSTALL=yes \
--DPYTHON2_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DWITH_MOZJS=ON \
--DWITH_WEBKIT3=ON
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target test
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_libproxy() {
-  optdepends=('networkmanager: NetworkManager configuration module'
-  'perl: Perl bindings'
-  'python2: Python 2.x bindings'
-  'python: Python 3.x bindings'
-  'libproxy-mozjs: PAC proxy support (via MozJS)'
-  'libproxy-webkit: PAC proxy support (via WebKit)')
-  provides+=(libproxy.so)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-### Split
-  _pick mozjs "$pkgdir"/usr/lib/libproxy/*/modules/pacrunner_mozjs.so
-  _pick webkit "$pkgdir"/usr/lib/libproxy/*/modules/pacrunner_webkit.so
-}
-
-package_libproxy-mozjs() {
-  pkgdesc="SpiderMonkey-based PAC proxy support for libproxy"
-  depends=(libproxy js60)
-  mv mozjs/* "$pkgdir"
-}
-
-package_libproxy-webkit() {
-  pkgdesc="JavaScriptCore-based PAC proxy support for libproxy"
-  depends=(libproxy webkit2gtk)
-  mv webkit/* "$pkgdir"
-}

Copied: libproxy/repos/staging-x86_64/PKGBUILD (from rev 400232, 
libproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:10 UTC (rev 400233)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=libproxy
+pkgname=(libproxy libproxy-mozjs libproxy-webkit)
+pkgver=0.4.15+33+g454a499
+pkgrel=4
+pkgdesc="Automatic proxy configuration management library"
+url="https://libproxy.github.io/libproxy/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gcc-libs glib2 dbus)
+makedepends=(cmake python python2 perl webkit2gtk git js60)
+_commit=454a499692b8fd36c376d4555ddf343316bfddd4  # master
+source=("git+https://github.com/libproxy/libproxy#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  cmake -H$pkgbase -Bbuild \
+-DBIPR=0 \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+-DCMAKE_C_FLAGS="$CFLAGS" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DPERL_VENDORINSTALL=yes \
+-DPYTHON2_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DWITH_MOZJS=ON \
+-DWITH_WEBKIT3=ON
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target test
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_libproxy() {
+  optdepends=('networkmanager: NetworkManager configuration module'
+  'perl: Perl bindings'
+  'python2: Python 2.x bindings'
+  'python: Python 3.x bindings'
+  'libproxy-mozjs: PAC proxy support (via MozJS)'
+  'libproxy-webkit: PAC proxy support (via WebKit)')
+  provides+=(libproxy.so)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+### Split
+  _pick mozjs 

[arch-commits] Commit in libproxy/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:07
  Author: foutrelis
Revision: 400232

upgpkg: libproxy 0.4.15+33+g454a499-4: Python 3.9 rebuild

Modified:
  libproxy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:06 UTC (rev 400231)
+++ PKGBUILD2020-11-11 06:54:07 UTC (rev 400232)
@@ -4,7 +4,7 @@
 pkgbase=libproxy
 pkgname=(libproxy libproxy-mozjs libproxy-webkit)
 pkgver=0.4.15+33+g454a499
-pkgrel=3
+pkgrel=4
 pkgdesc="Automatic proxy configuration management library"
 url="https://libproxy.github.io/libproxy/;
 arch=(x86_64)


[arch-commits] Commit in python-pyparsing/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:24
  Author: foutrelis
Revision: 400236

archrelease: copy trunk to staging-any

Added:
  python-pyparsing/repos/staging-any/PKGBUILD
(from rev 400235, python-pyparsing/trunk/PKGBUILD)
Deleted:
  python-pyparsing/repos/staging-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:20 UTC (rev 400235)
+++ PKGBUILD2020-11-11 06:54:24 UTC (rev 400236)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.4.7
-pkgrel=2
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='https://github.com/pyparsing/pyparsing/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e')
-
-build() {
-  cd pyparsing-pyparsing_$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd pyparsing-pyparsing_$pkgver
-  python unitTests.py
-  python2 unitTests.py
-}
-
-package_python-pyparsing() {
-  depends=('python')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/staging-any/PKGBUILD (from rev 400235, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:24 UTC (rev 400236)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.4.7
+pkgrel=3
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='https://github.com/pyparsing/pyparsing/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
+sha512sums=('c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e')
+
+build() {
+  cd pyparsing-pyparsing_$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd pyparsing-pyparsing_$pkgver
+  python unitTests.py
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-pyparsing/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:20
  Author: foutrelis
Revision: 400235

upgpkg: python-pyparsing 2.4.7-3: Python 3.9 rebuild

Modified:
  python-pyparsing/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:18 UTC (rev 400234)
+++ PKGBUILD2020-11-11 06:54:20 UTC (rev 400235)
@@ -8,7 +8,7 @@
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
 pkgver=2.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc='General parsing module for Python'
 arch=('any')
 url='https://github.com/pyparsing/pyparsing/'


[arch-commits] Commit in python-setuptools/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:18
  Author: felixonmars
Revision: 400234

archrelease: copy trunk to staging-any

Added:
  python-setuptools/repos/staging-any/PKGBUILD
(from rev 400233, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/staging-any/PKGBUILD

--+
 PKGBUILD |  172 ++---
 1 file changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:10 UTC (rev 400233)
+++ PKGBUILD2020-11-11 06:54:18 UTC (rev 400234)
@@ -1,86 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=50.3.2
-pkgrel=3
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
-makedepends=('git')
-checkdepends=('python-jaraco.envs' 'python-mock' 'python-pip' 
'python-pytest-fixture-config'
-  'python-pytest-flake8' 'python-pytest-virtualenv' 'python-wheel' 
'python-paver'
-  'python-pytest-cov')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f7845856cc563be628753bc875c36905ce75f14ff6e98a8460cfaa42b1afca27873d0ef331f027a6b5f7259043c4a66f4b3b04898e955a865bfed50d13e15514')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-  done
-
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-  
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest --deselect setuptools/tests/test_distutils_adoption.py
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/staging-any/PKGBUILD (from rev 400233, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:18 UTC (rev 400234)
@@ -0,0 +1,86 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=50.3.2
+pkgrel=4
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/;
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-jaraco.envs' 'python-mock' 'python-pip' 
'python-pytest-fixture-config'
+  'python-pytest-flake8' 'python-pytest-virtualenv' 'python-wheel' 
'python-paver'
+  'python-pytest-cov')
+provides=('python-distribute')

[arch-commits] Commit in python-setuptools/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:06
  Author: felixonmars
Revision: 400231

upgpkg: python-setuptools 1:50.3.2-4: Python 3.9 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:15 UTC (rev 400230)
+++ PKGBUILD2020-11-11 06:54:06 UTC (rev 400231)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=50.3.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


[arch-commits] Commit in jupyter-widgetsnbextension/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:56
  Author: foutrelis
Revision: 749963

upgpkg: jupyter-widgetsnbextension 1:3.5.1-3: Python 3.9 rebuild

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:53 UTC (rev 749962)
+++ PKGBUILD2020-11-11 06:53:56 UTC (rev 749963)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=jupyter-widgetsnbextension
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
 arch=('any')


[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-staging-any (2 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:59
  Author: foutrelis
Revision: 749964

archrelease: copy trunk to community-staging-any

Added:
  jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD
(from rev 749963, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
  jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:56 UTC (rev 749963)
+++ PKGBUILD2020-11-11 06:53:59 UTC (rev 749964)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.5.1
-pkgrel=2
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('3dc5f96919c032a885950e3819bdee7b')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-staging-any/PKGBUILD (from 
rev 749963, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:53:59 UTC (rev 749964)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.1
+pkgrel=3
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('3dc5f96919c032a885950e3819bdee7b')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in cython/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:06
  Author: felixonmars
Revision: 749965

archrelease: copy trunk to community-staging-x86_64

Added:
  cython/repos/community-staging-x86_64/PKGBUILD
(from rev 749964, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:59 UTC (rev 749964)
+++ PKGBUILD2020-11-11 06:54:06 UTC (rev 749965)
@@ -1,56 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.21
-pkgrel=2
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org;
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-
-  cd cython-$pkgver
-  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-staging-x86_64/PKGBUILD (from rev 749964, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:54:06 UTC (rev 749965)
@@ -0,0 +1,56 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.21
+pkgrel=3
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;
+
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
+sha256sums=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
+'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+
+  cd cython-$pkgver
+  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


[arch-commits] Commit in cython/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:53
  Author: felixonmars
Revision: 749962

upgpkg: cython 0.29.21-3: Python 3.9 rebuild

Modified:
  cython/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:00 UTC (rev 749961)
+++ PKGBUILD2020-11-11 06:53:53 UTC (rev 749962)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.21
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
 url="https://cython.org;


[arch-commits] Commit in python-requests/repos/staging-any (4 files)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:52:50
  Author: foutrelis
Revision: 400228

archrelease: copy trunk to staging-any

Added:
  python-requests/repos/staging-any/PKGBUILD
(from rev 400227, python-requests/trunk/PKGBUILD)
  python-requests/repos/staging-any/certs.patch
(from rev 400227, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/staging-any/PKGBUILD
  python-requests/repos/staging-any/certs.patch

-+
 PKGBUILD|  126 +-
 certs.patch |   28 ++--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:52:45 UTC (rev 400227)
+++ PKGBUILD2020-11-11 06:52:50 UTC (rev 400228)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-
-pkgbase=python-requests
-pkgname=('python-requests' 'python2-requests')
-pkgver=2.24.0
-pkgrel=2
-pkgdesc="Python HTTP for Humans"
-arch=('any')
-url="http://python-requests.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
- 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
-checkdepends=('python-pytest-httpbin' 'python-pytest-mock' 'python-pysocks' 
'python-pyopenssl')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/psf/requests/archive/v$pkgver.tar.gz;
-certs.patch)
-sha512sums=('a7ce3775f1f38a98cf6ae445637a46cf27f903fc8aa3f535bac5032d628f1661cbfb10cb1e6bc60e703a9216cc46adcb903dfb8b7a2ff8a8f4f1442d9f2229f1'
-
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
-
-prepare() {
-  cd "$srcdir"/requests-$pkgver
-  sed -e '/certifi/d' \
-  -e "s/,<.*'/'/" \
-  -i setup.py
-  patch -p1 -i "$srcdir"/certs.patch
-
-  cd "$srcdir"
-  cp -a requests-$pkgver{,-py2}
-  find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
-}
-
-build() {
-  cd "$srcdir"/requests-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Seems to be a problem about pytest-httpbin
-
-  cd requests-$pkgver
-  pytest tests --deselect 
tests/test_requests.py::TestRequests::test_https_warnings
-}
-
-package_python-requests() {
-  depends=('python-urllib3' 'python-chardet' 'python-idna')
-  optdepends=('python-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-}
-
-package_python2-requests() {
-  depends=('python2-urllib3' 'python2-chardet' 'python2-idna')
-  optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-  'python2-grequests: asynchronous requests with gevent'
-  'python2-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-}

Copied: python-requests/repos/staging-any/PKGBUILD (from rev 400227, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:52:50 UTC (rev 400228)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+
+pkgbase=python-requests
+pkgname=('python-requests' 'python2-requests')
+pkgver=2.24.0
+pkgrel=3
+pkgdesc="Python HTTP for Humans"
+arch=('any')
+url="http://python-requests.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
+ 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
+checkdepends=('python-pytest-httpbin' 'python-pytest-mock' 'python-pysocks' 
'python-pyopenssl')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/psf/requests/archive/v$pkgver.tar.gz;
+certs.patch)
+sha512sums=('a7ce3775f1f38a98cf6ae445637a46cf27f903fc8aa3f535bac5032d628f1661cbfb10cb1e6bc60e703a9216cc46adcb903dfb8b7a2ff8a8f4f1442d9f2229f1'
+
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
+
+prepare() {
+  cd "$srcdir"/requests-$pkgver
+  sed -e '/certifi/d' \
+  -e "s/,<.*'/'/" \
+  -i setup.py
+  patch -p1 -i "$srcdir"/certs.patch
+
+  cd "$srcdir"
+  cp -a requests-$pkgver{,-py2}
+  find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+build() {
+  cd "$srcdir"/requests-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/requests-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Seems to be a problem about pytest-httpbin
+
+  cd requests-$pkgver
+  pytest tests --deselect 
tests/test_requests.py::TestRequests::test_https_warnings
+}
+
+package_python-requests() {
+  depends=('python-urllib3' 'python-chardet' 'python-idna')
+  

[arch-commits] Commit in python-requests/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:52:45
  Author: foutrelis
Revision: 400227

upgpkg: python-requests 2.24.0-3: Python 3.9 rebuild

Modified:
  python-requests/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:52:19 UTC (rev 400226)
+++ PKGBUILD2020-11-11 06:52:45 UTC (rev 400227)
@@ -4,7 +4,7 @@
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
 pkgver=2.24.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python HTTP for Humans"
 arch=('any')
 url="http://python-requests.org;


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:00
  Author: foutrelis
Revision: 749961

archrelease: copy trunk to community-staging-any

Added:
  python-pygments/repos/community-staging-any/PKGBUILD
(from rev 749960, python-pygments/trunk/PKGBUILD)
Deleted:
  python-pygments/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:52:56 UTC (rev 749960)
+++ PKGBUILD2020-11-11 06:53:00 UTC (rev 749961)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Timm Preetz 
-
-pkgname=python-pygments
-pkgver=2.7.2
-pkgrel=2
-pkgdesc="Python syntax highlighter"
-arch=('any')
-url="https://pygments.org/;
-license=('BSD')
-depends=('python-setuptools')
-makedepends=('python-sphinx')
-checkdepends=('python-pytest')
-provides=('pygmentize')
-conflicts=('pygmentize')
-replaces=('pygmentize')
-source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0')
-
-build() {
-  cd "$srcdir/Pygments-$pkgver"
-  #make -C doc html  # Sphinx not usable yet, this early into the py39 rebuild
-}
-
-check() {
-  cd "$srcdir/Pygments-$pkgver"
-  PYTHONDONTWRITEBYTECODE=1 pytest
-}
-
-package() {
-  cd "$srcdir/Pygments-$pkgver"
-
-  export PYTHONHASHSEED=0
-  python3 setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  #mkdir -p "$pkgdir/usr/share/doc"
-  #cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  #install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
-  install -Dm644 external/pygments.bashcomp \
-"$pkgdir/usr/share/bash-completion/completions/pygmentize"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygments/repos/community-staging-any/PKGBUILD (from rev 749960, 
python-pygments/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:53:00 UTC (rev 749961)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Timm Preetz 
+
+pkgname=python-pygments
+pkgver=2.7.2
+pkgrel=3
+pkgdesc="Python syntax highlighter"
+arch=('any')
+url="https://pygments.org/;
+license=('BSD')
+depends=('python-setuptools')
+makedepends=('python-sphinx')
+checkdepends=('python-pytest')
+provides=('pygmentize')
+conflicts=('pygmentize')
+replaces=('pygmentize')
+source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
+sha256sums=('381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0')
+
+build() {
+  cd "$srcdir/Pygments-$pkgver"
+  make -C doc html
+}
+
+check() {
+  cd "$srcdir/Pygments-$pkgver"
+  PYTHONDONTWRITEBYTECODE=1 pytest
+}
+
+package() {
+  cd "$srcdir/Pygments-$pkgver"
+
+  export PYTHONHASHSEED=0
+  python3 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  install -Dm644 external/pygments.bashcomp \
+"$pkgdir/usr/share/bash-completion/completions/pygmentize"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-appdirs/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:15
  Author: felixonmars
Revision: 400230

archrelease: copy trunk to staging-any

Added:
  python-appdirs/repos/staging-any/PKGBUILD
(from rev 400229, python-appdirs/trunk/PKGBUILD)
Deleted:
  python-appdirs/repos/staging-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:02 UTC (rev 400229)
+++ PKGBUILD2020-11-11 06:53:15 UTC (rev 400230)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Tobias Roettger 
-
-pkgbase=python-appdirs
-pkgname=(python-appdirs python2-appdirs)
-pkgver=1.4.4
-pkgrel=2
-pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
-arch=('any')
-url="https://github.com/ActiveState/appdirs;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
-sha512sums=('8b0cdd9fd471d45b186aa47607691cf378dabd3edc7b7026a57bd6d6f57698e86f440818a5e23ba4288b35d6bb8cb6eb0106eae8aab09d8863ee15025d300883')
-
-prepare() {
-  cp -a appdirs-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/appdirs-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/appdirs-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/appdirs-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/appdirs-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-appdirs() {
-  depends=('python')
-
-  cd appdirs-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-appdirs() {
-  depends=('python2')
-
-  cd appdirs-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-appdirs/repos/staging-any/PKGBUILD (from rev 400229, 
python-appdirs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:53:15 UTC (rev 400230)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.4
+pkgrel=3
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
+arch=('any')
+url="https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+sha512sums=('8b0cdd9fd471d45b186aa47607691cf378dabd3edc7b7026a57bd6d6f57698e86f440818a5e23ba4288b35d6bb8cb6eb0106eae8aab09d8863ee15025d300883')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd appdirs-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd appdirs-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-appdirs/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:53:02
  Author: felixonmars
Revision: 400229

upgpkg: python-appdirs 1.4.4-3: Python 3.9 rebuild

Modified:
  python-appdirs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:52:50 UTC (rev 400228)
+++ PKGBUILD2020-11-11 06:53:02 UTC (rev 400229)
@@ -4,7 +4,7 @@
 pkgbase=python-appdirs
 pkgname=(python-appdirs python2-appdirs)
 pkgver=1.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
 arch=('any')
 url="https://github.com/ActiveState/appdirs;


[arch-commits] Commit in python-pygments/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:52:56
  Author: foutrelis
Revision: 749960

upgpkg: python-pygments 2.7.2-3: Python 3.9 rebuild

Modified:
  python-pygments/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:51:51 UTC (rev 749959)
+++ PKGBUILD2020-11-11 06:52:56 UTC (rev 749960)
@@ -3,7 +3,7 @@
 
 pkgname=python-pygments
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;


[arch-commits] Commit in python-incremental/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:52:07
  Author: felixonmars
Revision: 400225

upgpkg: python-incremental 17.5.0-6: Python 3.9 rebuild

Modified:
  python-incremental/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:09:09 UTC (rev 400224)
+++ PKGBUILD2020-11-11 06:52:07 UTC (rev 400225)
@@ -3,7 +3,7 @@
 pkgbase=python-incremental
 pkgname=('python-incremental' 'python2-incremental')
 pkgver=17.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A small library that versions your Python projects'
 arch=('any')
 license=('MIT')


[arch-commits] Commit in jupyter-nbconvert/repos/community-staging-any (2 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:51:51
  Author: felixonmars
Revision: 749959

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbconvert/repos/community-staging-any/PKGBUILD
(from rev 749958, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
  jupyter-nbconvert/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:51:39 UTC (rev 749958)
+++ PKGBUILD2020-11-11 06:51:51 UTC (rev 749959)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=5.6.1
-pkgrel=2
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert;
-license=('BSD')
-depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
- 'python-jinja' 'python-entrypoints' 'python-traitlets'
- 'python-pandocfilters' 'python-bleach' 'python-testpath'
- 'python-defusedxml')
-# really depends on jupyter-client, not jupyter
-makedepends=('python-setuptools')
-optdepends=('pandoc: non-html conversion output')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz;)
-md5sums=('579bfeb4ef5e361ff36c523c403528e8')
-
-package() {
-  cd "$srcdir/nbconvert-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbconvert/repos/community-staging-any/PKGBUILD (from rev 
749958, jupyter-nbconvert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:51:51 UTC (rev 749959)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.6.1
+pkgrel=3
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert;
+license=('BSD')
+depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
+ 'python-jinja' 'python-entrypoints' 'python-traitlets'
+ 'python-pandocfilters' 'python-bleach' 'python-testpath'
+ 'python-defusedxml')
+# really depends on jupyter-client, not jupyter
+makedepends=('python-setuptools')
+optdepends=('pandoc: non-html conversion output')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz;)
+md5sums=('579bfeb4ef5e361ff36c523c403528e8')
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-incremental/repos/staging-any (PKGBUILD PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:52:19
  Author: felixonmars
Revision: 400226

archrelease: copy trunk to staging-any

Added:
  python-incremental/repos/staging-any/PKGBUILD
(from rev 400225, python-incremental/trunk/PKGBUILD)
Deleted:
  python-incremental/repos/staging-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:52:07 UTC (rev 400225)
+++ PKGBUILD2020-11-11 06:52:19 UTC (rev 400226)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-incremental
-pkgname=('python-incremental' 'python2-incremental')
-pkgver=17.5.0
-pkgrel=5
-pkgdesc='A small library that versions your Python projects'
-arch=('any')
-license=('MIT')
-url='https://github.com/hawkowl/incremental'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-click' 
'python2-click'
- 'python-twisted' 'python2-twisted')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hawkowl/incremental/archive/incremental-$pkgver.tar.gz;)
-sha512sums=('42490edf99355d6c1da0015273e92549bd72ecb2674dd4ce5d0b4a7d34ae9d425ebd1708a2420f67963b4baef5b2a12b76a23d67abb7d306e6208e08d79175d7')
-
-prepare() {
-  cp -a incremental-incremental-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/incremental-incremental-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/incremental-incremental-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/incremental-incremental-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py ptr
-
-  cd "$srcdir"/incremental-incremental-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-incremental() {
-  depends=('python-click' 'python-twisted')
-
-  cd incremental-incremental-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-incremental() {
-  depends=('python2-click' 'python2-twisted')
-
-  cd incremental-incremental-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-incremental/repos/staging-any/PKGBUILD (from rev 400225, 
python-incremental/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:52:19 UTC (rev 400226)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-incremental
+pkgname=('python-incremental' 'python2-incremental')
+pkgver=17.5.0
+pkgrel=6
+pkgdesc='A small library that versions your Python projects'
+arch=('any')
+license=('MIT')
+url='https://github.com/hawkowl/incremental'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-click' 
'python2-click'
+ 'python-twisted' 'python2-twisted')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hawkowl/incremental/archive/incremental-$pkgver.tar.gz;)
+sha512sums=('42490edf99355d6c1da0015273e92549bd72ecb2674dd4ce5d0b4a7d34ae9d425ebd1708a2420f67963b4baef5b2a12b76a23d67abb7d306e6208e08d79175d7')
+
+prepare() {
+  cp -a incremental-incremental-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/incremental-incremental-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/incremental-incremental-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/incremental-incremental-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py ptr
+
+  cd "$srcdir"/incremental-incremental-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-incremental() {
+  depends=('python-click' 'python-twisted')
+
+  cd incremental-incremental-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-incremental() {
+  depends=('python2-click' 'python2-twisted')
+
+  cd incremental-incremental-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:51:39
  Author: felixonmars
Revision: 749958

upgpkg: jupyter-nbconvert 5.6.1-3: Python 3.9 rebuild

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:26:31 UTC (rev 749957)
+++ PKGBUILD2020-11-11 06:51:39 UTC (rev 749958)
@@ -3,7 +3,7 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=5.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:09:05
  Author: foutrelis
Revision: 400223

upgpkg: libtorrent-rasterbar 1:1.2.10-4: Python 3.9 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 23:54:40 UTC (rev 400222)
+++ PKGBUILD2020-11-11 06:09:05 UTC (rev 400223)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:09:09
  Author: foutrelis
Revision: 400224

archrelease: copy trunk to staging-x86_64

Added:
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 400223, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 06:09:05 UTC (rev 400223)
+++ PKGBUILD2020-11-11 06:09:09 UTC (rev 400224)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.2.10
-pkgrel=3
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="https://www.rasterbar.com/products/libtorrent/;
-arch=('x86_64')
-license=('BSD')
-depends=('boost-libs')
-makedepends=('boost' 'python2' 'python')
-options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
-
$pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
-sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
-
'94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
-
-prepare() {
-  mkdir py2 py3
-  cd $pkgname-$pkgver
-  # https://bugs.archlinux.org/task/67754
-  patch -p1 -i ../$pkgname-cxx14-fix.patch
-
-  # Avoid depending on newer processors
-  sed -i 's/-msse4.2//' configure.ac
-
-  autoreconf -if
-}
-
-_build() (
-  cd py$1
-
-  # FS#50745
-  _boost="boost_python"
-  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
-
-  PYTHON=/usr/bin/python$1 \
-  ../$pkgname-$pkgver/configure \
---prefix=/usr \
---enable-python-binding \
---enable-examples \
---disable-static \
---with-libiconv \
---with-boost-python=$_boost
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-package() {
-  make -C py2 DESTDIR="$pkgdir" install
-  make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove most example binaries
-  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
-}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 400223, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 06:09:09 UTC (rev 400224)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.2.10
+pkgrel=4
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="https://www.rasterbar.com/products/libtorrent/;
+arch=('x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
+
$pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
+sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
+
'94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
+
+prepare() {
+  mkdir py2 py3
+  cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/67754
+  patch -p1 -i ../$pkgname-cxx14-fix.patch
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  autoreconf -if
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  PYTHON=/usr/bin/python$1 \
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}


[arch-commits] Commit in vigra/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 05:58:56
  Author: felixonmars
Revision: 749954

upgpkg: vigra 1.11.1-27: Python 3.9 rebuild

Modified:
  vigra/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 05:07:41 UTC (rev 749953)
+++ PKGBUILD2020-11-11 05:58:56 UTC (rev 749954)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=(vigra vigra-doc)
 pkgver=1.11.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Computer vision library"
 arch=(x86_64)
 url="https://ukoethe.github.io/vigra/;


[arch-commits] Commit in vigra/repos/community-staging-x86_64 (6 files)

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 05:59:13
  Author: felixonmars
Revision: 749955

archrelease: copy trunk to community-staging-x86_64

Added:
  vigra/repos/community-staging-x86_64/PKGBUILD
(from rev 749954, vigra/trunk/PKGBUILD)
  
vigra/repos/community-staging-x86_64/fix-incorrect-template-parameter-type.patch
(from rev 749954, vigra/trunk/fix-incorrect-template-parameter-type.patch)
  vigra/repos/community-staging-x86_64/py3.7.diff
(from rev 749954, vigra/trunk/py3.7.diff)
Deleted:
  vigra/repos/community-staging-x86_64/PKGBUILD
  
vigra/repos/community-staging-x86_64/fix-incorrect-template-parameter-type.patch
  vigra/repos/community-staging-x86_64/py3.7.diff

-+
 PKGBUILD|  148 ++---
 fix-incorrect-template-parameter-type.patch |  278 +-
 py3.7.diff  |   38 +--
 3 files changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 05:58:56 UTC (rev 749954)
+++ PKGBUILD2020-11-11 05:59:13 UTC (rev 749955)
@@ -1,74 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: AndyRTR 
-# Contributor: Lukas Jirkovsky 
-
-pkgbase=vigra
-pkgname=(vigra vigra-doc)
-pkgver=1.11.1
-pkgrel=26
-pkgdesc="Computer vision library"
-arch=(x86_64)
-url="https://ukoethe.github.io/vigra/;
-license=(custom:MIT)
-makedepends=(# runtime deps
- libpng libtiff openexr gcc-libs sh hdf5 fftw
- # additional makedeps
- cmake boost python-numpy)
-checkdepends=(python-nose)
-source=("https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz;
-fix-incorrect-template-parameter-type.patch py3.7.diff)
-sha256sums=('a5564e1083f6af6a885431c1ee718bad77d11f117198b277557f8558fa461aaf'
-'f151f902483dfa2b1f3d431f54bb161300cf184158c9f416fa653d19ab363cc4'
-'8fcdcce50c377be44387cbd4a001dadf5e03b32483de55c05a359c887e95a05b')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # https://github.com/ukoethe/vigra/issues/414
-  patch -Np1 -i ../fix-incorrect-template-parameter-type.patch
-  # python 3.7 compat
-  patch -Np1 -i ../py3.7.diff
-}
-
-build() {
-  cmake -B build -S ${pkgbase}-${pkgver} \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYTHON_EXECUTABLE=/usr/bin/python \
-  -DWITH_OPENEXR=true \
-  -DWITH_VIGRANUMPY=1 \
-  -DDOCINSTALL=share/doc \
-  -DCMAKE_C_FLAGS="-DH5_USE_110_API" \
-  -DCMAKE_CXX_FLAGS="-DH5_USE_110_API"
-  make -C build
-}
-
-check() {
-  make -C build -j1 -k check || echo "Tests failed" # 
https://github.com/ukoethe/vigra/issues/409
-}
-
-package_vigra() {
-  pkgdesc="Computer vision library"
-  depends=(libpng libtiff openexr gcc-libs sh hdf5 fftw)
-  optdepends=('python: for python bindings'
-  'boost-libs: for python bindings')
-
-  make -C build DESTDIR="${pkgdir}" install
-
-  install -Dm644 ${pkgbase}-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  # Remove doc
-  rm -r "${pkgdir}"/usr/share/doc
-}
-
-package_vigra-doc() {
-  pkgdesc="Computer vision library - documentation and examples"
-  #arch=('any') # Not supported for now, maybe later
-
-  make -C build DESTDIR="${pkgdir}" install
-
-  # Remove vigra package content
-  rm -r "${pkgdir}"/usr/{bin,include,lib}
-  # Remove doctrees https://github.com/ukoethe/vigra/pull/477
-  rm -r "${pkgdir}"/usr/share/doc/vigranumpy/doctrees/
-
-  install -Dm644 ${pkgbase}-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vigra/repos/community-staging-x86_64/PKGBUILD (from rev 749954, 
vigra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 05:59:13 UTC (rev 749955)
@@ -0,0 +1,74 @@
+# Maintainer: Bruno Pagani 
+# Contributor: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=(vigra vigra-doc)
+pkgver=1.11.1
+pkgrel=27
+pkgdesc="Computer vision library"
+arch=(x86_64)
+url="https://ukoethe.github.io/vigra/;
+license=(custom:MIT)
+makedepends=(# runtime deps
+ libpng libtiff openexr gcc-libs sh hdf5 fftw
+ # additional makedeps
+ cmake boost python-numpy)
+checkdepends=(python-nose)
+source=("https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz;
+fix-incorrect-template-parameter-type.patch py3.7.diff)
+sha256sums=('a5564e1083f6af6a885431c1ee718bad77d11f117198b277557f8558fa461aaf'
+'f151f902483dfa2b1f3d431f54bb161300cf184158c9f416fa653d19ab363cc4'
+'8fcdcce50c377be44387cbd4a001dadf5e03b32483de55c05a359c887e95a05b')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  # https://github.com/ukoethe/vigra/issues/414
+  patch -Np1 -i ../fix-incorrect-template-parameter-type.patch
+  # python 3.7 compat
+ 

[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-11-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, November 11, 2020 @ 05:07:41
  Author: polyzen
Revision: 749953

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 749952, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 05:07:16 UTC (rev 749952)
+++ PKGBUILD2020-11-11 05:07:41 UTC (rev 749953)
@@ -1,21 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('5fa88d4e31ba3e2e8b4fc70431e213280ead179ea758e683122e6b8e0cb6f203')
-b2sums=('f660995701eb77650568daa30378e7f446582643373e2f8cc195b15a091c10db62345489fba98d74133272f35af571880b1b2da32228605d05adaf9604f390dd')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 749952, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 05:07:41 UTC (rev 749953)
@@ -0,0 +1,21 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('c24394d5a77cdaba923777b89649bb6e4909d32061e013dfe5af88c231e1d6ca')
+b2sums=('45fce32ea665d62ce6588f606b89afd0acc685a0db1f4e470e3c878aa832ee9026e3ed3ec2e1e6ff482b22031778ca9c1822a8b29d5958d601aca07622e97293')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   4   5   6   7   >