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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:51:00
  Author: arojas
Revision: 409609

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 409608, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 409608, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  148 ++--
 mercurial.profile |2 
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-11 07:50:50 UTC (rev 409608)
+++ PKGBUILD2021-03-11 07:51:00 UTC (rev 409609)
@@ -1,74 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=5.7
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/;
-license=(GPL)
-depends=(python)
-makedepends=('python-docutils')
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
-# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE
-  EB851395B4223EE2F7BA0B28DA54740BF08732BA
-  818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>
-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha512sums=('ecf1fb38e372acb5e29998cbe1105ecfb846a2bb43254419c89395c52fd28c37abe8eb850584f32f6ef53b539e6a7ef5a4dae10b816b747d20c6b0b4933f4b62'
-'SKIP'
-
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-  make -C contrib/chg
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO - disabled for now - to many tests fail
-  #python run-tests.py # -j48 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m755 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 409608, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-11 07:51:00 UTC (rev 409609)
@@ -0,0 +1,74 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=5.7.1
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/;
+license=(GPL)
+depends=(python)
+makedepends=('python-docutils')
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
+# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA
+  818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>

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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:50:50
  Author: arojas
Revision: 409608

Update to 5.7.1

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 07:46:53 UTC (rev 409607)
+++ PKGBUILD2021-03-11 07:50:50 UTC (rev 409608)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=5.7
+pkgver=5.7.1
 pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
@@ -27,7 +27,7 @@
   818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>
 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha512sums=('ecf1fb38e372acb5e29998cbe1105ecfb846a2bb43254419c89395c52fd28c37abe8eb850584f32f6ef53b539e6a7ef5a4dae10b816b747d20c6b0b4933f4b62'
+sha512sums=('d887e2525f49e6b5bbf0f898b96bf9398b69f6b379c27090606469ff716b02989a346447cb37e62ab31a93ed58013ace17ec26e05f63fce225d8d6ca6214f966'
 'SKIP'
 
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
 


[arch-commits] Commit in gperftools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:46:53
  Author: arojas
Revision: 409607

archrelease: copy trunk to extra-x86_64

Added:
  gperftools/repos/extra-x86_64/PKGBUILD
(from rev 409606, gperftools/trunk/PKGBUILD)
Deleted:
  gperftools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-11 07:46:42 UTC (rev 409606)
+++ PKGBUILD2021-03-11 07:46:53 UTC (rev 409607)
@@ -1,39 +0,0 @@
-# Maintainer: Dave Reisner 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Jost 
-# Contributor: JaDa 
-# Contributor: Joaquim Pedro 
-# Contributor: Jan Rüegg 
-
-pkgname=gperftools
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
-arch=('x86_64')
-url="https://github.com/gperftools/gperftools;
-license=('BSD')
-depends=('perl')
-provides=('libtcmalloc.so'
-  'libprofiler.so'
-  'libtcmalloc_debug.so'
-  'libtcmalloc_and_profiler.so'
-  'libtcmalloc_minimal.so'
-  'libtcmalloc_minimal_debug.so')
-optdepends=('graphviz: pprof graph generation'
-'gv: pprof postscript generation')
-source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12f07a8ba447f12a3ae15e6e3a6ad74de35163b787c0c7b76288d7395f2f74e0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-frame-pointers
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: gperftools/repos/extra-x86_64/PKGBUILD (from rev 409606, 
gperftools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-11 07:46:53 UTC (rev 409607)
@@ -0,0 +1,39 @@
+# Maintainer: Dave Reisner 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Jost 
+# Contributor: JaDa 
+# Contributor: Joaquim Pedro 
+# Contributor: Jan Rüegg 
+
+pkgname=gperftools
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
+arch=('x86_64')
+url="https://github.com/gperftools/gperftools;
+license=('BSD')
+depends=('perl')
+provides=('libtcmalloc.so'
+  'libprofiler.so'
+  'libtcmalloc_debug.so'
+  'libtcmalloc_and_profiler.so'
+  'libtcmalloc_minimal.so'
+  'libtcmalloc_minimal_debug.so')
+optdepends=('graphviz: pprof graph generation'
+'gv: pprof postscript generation')
+source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:46:42
  Author: arojas
Revision: 409606

Update to 2.9.1

Modified:
  gperftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 07:43:16 UTC (rev 409605)
+++ PKGBUILD2021-03-11 07:46:42 UTC (rev 409606)
@@ -6,7 +6,7 @@
 # Contributor: Jan Rüegg 
 
 pkgname=gperftools
-pkgver=2.8.1
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 optdepends=('graphviz: pprof graph generation'
 'gv: pprof postscript generation')
 
source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12f07a8ba447f12a3ae15e6e3a6ad74de35163b787c0c7b76288d7395f2f74e0')
+sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (libsidplayfp)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:43:34
  Author: arojas
Revision: 887426

community2extra: Moving libsidplayfp from community to extra

Deleted:
  libsidplayfp/


[arch-commits] Commit in libsidplayfp/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:43:16
  Author: arojas
Revision: 409605

archrelease: copy trunk to extra-x86_64

Added:
  libsidplayfp/repos/extra-x86_64/
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 409604, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 409604, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-03-11 07:43:16 UTC (rev 409605)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


[arch-commits] Commit in (4 files)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:43:09
  Author: arojas
Revision: 409604

community2extra: Moving libsidplayfp from community to extra

Added:
  libsidplayfp/
  libsidplayfp/repos/
  libsidplayfp/trunk/
  libsidplayfp/trunk/PKGBUILD

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

Added: libsidplayfp/trunk/PKGBUILD
===
--- libsidplayfp/trunk/PKGBUILD (rev 0)
+++ libsidplayfp/trunk/PKGBUILD 2021-03-11 07:43:09 UTC (rev 409604)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


[arch-commits] Commit in qmmp/repos (3 files)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:41:55
  Author: arojas
Revision: 887422

archrelease: copy trunk to community-staging-x86_64

Added:
  qmmp/repos/community-staging-x86_64/
  qmmp/repos/community-staging-x86_64/PKGBUILD
(from rev 887421, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-x86_64/qmmp.changelog
(from rev 887421, qmmp/trunk/qmmp.changelog)

+
 PKGBUILD   |   48 +
 qmmp.changelog |  292 +++
 2 files changed, 340 insertions(+)

Copied: qmmp/repos/community-staging-x86_64/PKGBUILD (from rev 887421, 
qmmp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-11 07:41:55 UTC (rev 887422)
@@ -0,0 +1,48 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.4.4
+pkgrel=2
+pkgdesc="Qt5 based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 
'opusfile>=0.12' 'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack' 'mpg123')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha512sums=('8500743918489f6dd98b42aaba4d8f5ab41ac5a78cb487d0d52574c9c43a395ab1d724b4c5e82b6821166016144d77f3e0a059e67c0a49638a3b301f7a52d8b0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: qmmp/repos/community-staging-x86_64/qmmp.changelog (from rev 887421, 
qmmp/trunk/qmmp.changelog)
===
--- community-staging-x86_64/qmmp.changelog (rev 0)
+++ community-staging-x86_64/qmmp.changelog 2021-03-11 07:41:55 UTC (rev 
887422)
@@ -0,0 +1,292 @@
+2021-02-14 Jaroslav Lichtblau 
+   * qmmp 1.4.4-1
+
+2020-12-21 Jaroslav Lichtblau 
+   * qmmp 1.4.3-1
+
+2020-09-20 Jaroslav Lichtblau 
+   * qmmp 1.4.2-1
+
+2020-05-09 Jaroslav Lichtblau 
+   * qmmp 1.4.0-1
+
+2020-03-29 Jaroslav Lichtblau 
+   * qmmp 1.3.7-1
+
+2020-01-19 Jaroslav Lichtblau 
+   * qmmp 1.3.6-1
+
+2020-01-09 Jaroslav Lichtblau 
+   * qmmp 1.3.5-1
+
+2019-09-08 Jaroslav Lichtblau 
+   * qmmp 1.3.4-1
+
+2019-06-22 Jaroslav Lichtblau 
+   * qmmp 1.3.3-1
+
+2019-05-08 Jaroslav Lichtblau 
+   * qmmp 1.3.2-1
+
+2019-02-25 Ike Devolder 
+   * qmmp 1.3.1-1 triggered by rebuild for projectm 3.x
+
+2019-02-12 Jaroslav Lichtblau 
+   * qmmp 1.3.0-1
+
+2019-01-10 Jaroslav Lichtblau 
+   * qmmp 1.2.6-1
+
+2018-12-25 Jaroslav Lichtblau 
+   * qmmp 1.2.5-1
+
+2018-09-29 Jaroslav Lichtblau 
+   * qmmp 1.2.4-1
+
+2018-07-29 Jaroslav Lichtblau 
+   * qmmp 1.2.3-1
+
+2018-06-14 Jaroslav Lichtblau 
+   * qmmp 1.2.2-1
+
+2017-11-26 Jaroslav Lichtblau 
+   * qmmp 1.2.0-1
+
+2017-11-05 Jaroslav Lichtblau 
+   * qmmp 1.1.12-1
+
+2017-08-16 Jaroslav Lichtblau 
+   * qmmp 1.1.10-1
+
+2017-06-04 Jaroslav Lichtblau 
+   * qmmp 1.1.9-1
+
+2017-03-24 Jaroslav Lichtblau 
+   * qmmp 1.1.8-1
+
+2017-02-06 Jaroslav Lichtblau 
+   * qmmp 1.1.7-1
+
+2017-01-12 Jaroslav Lichtblau 
+   * qmmp 1.1.6-1
+
+2016-11-09 Jaroslav Lichtblau 
+   * qmmp 1.1.5-1
+
+2016-10-04 Jaroslav Lichtblau 
+   * qmmp 1.1.4-1
+
+2016-08-26 Jaroslav Lichtblau 
+   * qmmp 1.1.3-1
+
+2016-07-25 Jaroslav Lichtblau 
+   * qmmp 1.1.2-1
+
+2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-2 ffmpeg 3.1 rebuild
+
+2016-07-05 Jaroslav Lichtblau 
+   * qmmp 1.1.1-1
+
+2016-07-03 Jaroslav Lichtblau 
+   * qmmp 1.1.0-2 ffmpeg 3.1 rebuild
+
+2016-06-21 Jaroslav Lichtblau 

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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:41:11
  Author: arojas
Revision: 887421

libsidplayfp 2.1.1 rebuild

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 07:34:33 UTC (rev 887420)
+++ PKGBUILD2021-03-11 07:41:11 UTC (rev 887421)
@@ -2,7 +2,7 @@
 
 pkgname=qmmp
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 based audio-player"
 arch=('x86_64')
 url="http://qmmp.ylsoftware.com/;


[arch-commits] Commit in audacious-plugins/repos (2 files)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:39:12
  Author: arojas
Revision: 409601

archrelease: copy trunk to staging-x86_64

Added:
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 409600, audacious-plugins/trunk/PKGBUILD)

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

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 409600, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-03-11 07:39:12 UTC (rev 409601)
@@ -0,0 +1,42 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=4.1
+pkgrel=3
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/;
+license=('BSD' 'GPL')
+depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
+ 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
+ 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
+ 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b'
+ 'qt5-x11extras')
+makedepends=("audacious>=$pkgver" 'glib2' 'python')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--enable-amidiplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:38:56
  Author: arojas
Revision: 409600

libsidplayfp 2.1.1 rebuild

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 07:37:35 UTC (rev 409599)
+++ PKGBUILD2021-03-11 07:38:56 UTC (rev 409600)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/;


[arch-commits] Commit in mpd/repos (5 files)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:37:35
  Author: arojas
Revision: 409599

archrelease: copy trunk to staging-x86_64

Added:
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 409598, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/mpd.conf
(from rev 409598, mpd/trunk/mpd.conf)
  mpd/repos/staging-x86_64/mpd.sysusers
(from rev 409598, mpd/trunk/mpd.sysusers)
  mpd/repos/staging-x86_64/mpd.tmpfiles
(from rev 409598, mpd/trunk/mpd.tmpfiles)

--+
 PKGBUILD |   94 +
 mpd.conf |6 +++
 mpd.sysusers |2 +
 mpd.tmpfiles |3 +
 4 files changed, 105 insertions(+)

Copied: mpd/repos/staging-x86_64/PKGBUILD (from rev 409598, mpd/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-03-11 07:37:35 UTC (rev 409599)
@@ -0,0 +1,94 @@
+# Maintainer: David Runge 
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.22.6
+pkgrel=2
+pkgdesc="Flexible, powerful, server-side application for playing music"
+url="https://www.musicpd.org/;
+license=('GPL2')
+arch=('x86_64')
+depends=('bzip2' 'chromaprint' 'gcc-libs' 'glibc' 'lame' 'libcdio'
+'libcdio-paranoia' 'libgcrypt' 'libgme' 'libmad' 'libmms' 'libmodplug'
+'libmpcdec' 'libnfs' 'libshout' 'libsidplayfp' 'libsoxr' 'openal' 'opus'
+'smbclient' 'sqlite' 'wavpack' 'wildmidi' 'zlib' 'zziplib')
+makedepends=('alsa-lib' 'audiofile' 'avahi' 'boost' 'curl' 'dbus' 'expat'
+'faad2' 'ffmpeg' 'flac' 'fluidsynth' 'icu' 'jack' 'libao' 'libid3tag'
+'libmikmod' 'libmpdclient' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
+'libupnp' 'liburing' 'libvorbis' 'meson' 'mpg123' 'python-sphinx'
+'systemd-libs' 'twolame' 'yajl')
+backup=("etc/${pkgname}.conf")
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+"${pkgname}.conf"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha512sums=('5e417204e24d11fa609740ae92bc1d796aad2d63537655f655074d829cd79cadaf1ca025171dcf5486c1e557cc946152c21e299286b1cb74cc342da2b1f41343'
+'SKIP'
+
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
+
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
+
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
+b2sums=('675b876415a343ba387e26ad800b2e562b40a5e3aaacdff31e0ec9d6ad09f0117406f82e519a08ba3187020b482dcd0434267f9e84dd13e9e1bf8565d1967c2c'
+'SKIP'
+
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
+
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
+
'd7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

+
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e '/\[Service\]/a User=mpd' \
+  -i "systemd/system/mpd.service.in"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # NOTE: sndio conflicts with alsa
+  # TODO: package adplug
+  # TODO: package shine
+  meson --prefix /usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-D documentation=enabled \
+-D adplug=disabled \
+-D sndio=disabled \
+-D shine=disabled \
+-D tremor=disabled \
+build
+  ninja -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  ninja -C build test
+}
+
+package() {
+  depends+=('libbz2.so' 'libFLAC.so' 'libao.so' 'libasound.so' 
'libaudiofile.so'
+  'libavahi-client.so' 'libavahi-common.so' 'libavcodec.so' 'libavformat.so'
+  'libavutil.so' 'libcurl.so' 'libdbus-1.so' 'libexpat.so' 'libfaad.so'
+  'libfluidsynth.so' 'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so'
+  'libmikmod.so' 'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so'
+  'libsamplerate.so' 'libsndfile.so' 'libsystemd.so' 'libtwolame.so'
+  'libupnp.so' 'liburing.so' 'libvorbis.so' 'libvorbisenc.so' 'libyajl.so'
+  'libavfilter.so' 'libchromaprint.so' 'libixml.so')
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -vDm 644 "doc/${pkgname}conf.example" \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 

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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:37:17
  Author: arojas
Revision: 409598

libsidplayfp 2.1.1 rebuild

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:37:18 UTC (rev 409597)
+++ PKGBUILD2021-03-11 07:37:17 UTC (rev 409598)
@@ -8,7 +8,7 @@
 
 pkgname=mpd
 pkgver=0.22.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Flexible, powerful, server-side application for playing music"
 url="https://www.musicpd.org/;
 license=('GPL2')


[arch-commits] Commit in libsidplayfp/repos (2 files)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:34:33
  Author: arojas
Revision: 887420

archrelease: copy trunk to community-staging-x86_64

Added:
  libsidplayfp/repos/community-staging-x86_64/
  libsidplayfp/repos/community-staging-x86_64/PKGBUILD
(from rev 887419, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/community-staging-x86_64/PKGBUILD (from rev 887419, 
libsidplayfp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-11 07:34:33 UTC (rev 887420)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


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

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 11, 2021 @ 07:34:24
  Author: arojas
Revision: 887419

Update to 2.1.1

Modified:
  libsidplayfp/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:12:19 UTC (rev 887418)
+++ PKGBUILD2021-03-11 07:34:24 UTC (rev 887419)
@@ -1,10 +1,11 @@
-# Maintainer: Alexander F. Rødseth 
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
 # Contributor: Gaetan Bisson 
 # Contributor: Simon Perry 
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=2.0.2
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
 url='https://sourceforge.net/projects/sidplay-residfp/'
@@ -13,19 +14,16 @@
 makedepends=(vice xa)
 optdepends=('vice: better SID support')
 
source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c3611cb71a4b98819d25c45272d11b0f9379f65a334291c0120af508d4401cb1')
+sha256sums=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
 
 build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-   DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
-   install -d "$pkgdir/usr/share/sidplayfp"
-   ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
 }
-
-# getver: sf.net/p/sidplay-residfp/code
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in spyder/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:12:19
  Author: polyzen
Revision: 887418

archrelease: copy trunk to community-staging-any

Added:
  spyder/repos/community-staging-any/
  spyder/repos/community-staging-any/PKGBUILD
(from rev 887417, spyder/trunk/PKGBUILD)

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

Copied: spyder/repos/community-staging-any/PKGBUILD (from rev 887417, 
spyder/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:12:19 UTC (rev 887418)
@@ -0,0 +1,118 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Bruno Pagani 
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgname=spyder
+pkgver=4.2.1
+pkgrel=2
+pkgdesc="The Scientific Python Development Environment"
+arch=(any)
+url="https://www.spyder-ide.org/;
+license=(MIT)
+makedepends=(python-sphinx)
+depends=(
+python-atomicwrites
+python-chardet
+python-cloudpickle
+python-diff-match-patch
+python-intervaltree
+ipython
+python-jedi
+python-jsonschema
+python-keyring
+jupyter-nbconvert
+python-numpydoc
+python-parso
+python-pexpect
+python-pickleshare
+python-psutil
+python-pygments
+python-pylint
+python-pyqt5
+python-pyqtwebengine
+qt5-webkit
+python-language-server
+python-pyls-black
+python-pyls-spyder
+python-xdg
+python-pyzmq
+python-qdarkstyle
+python-qtawesome
+python-qtconsole
+python-qtpy
+python-setuptools
+python-sphinx
+python-spyder-kernels
+python-textdistance
+python-three-merge
+python-watchdog
+)
+optdepends=(
+'cython: run Cython files in the IPython Console'
+'python-matplotlib: 2D/3D plotting in the IPython Console'
+'python-numpy: support for N-dimensional arrays in the Variable Explorer'
+'python-pandas: support for DataFrames and Series in the Variable Explorer'
+'python-scipy: support for Matlab workspace in the Variable Explorer'
+'python-sympy: symbolic mathematics in the IPython Console'
+)
+checkdepends=(
+python-pytest
+python-pytest-qt
+python-pytest-mock
+python-pytest-cov
+python-pytest-xvfb
+python-pytest-ordering
+python-pytest-lazy-fixture
+python-mock
+python-flaky
+python-pandas
+python-scipy
+python-sympy
+python-pillow
+python-matplotlib
+cython
+git
+tk
+)
+source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0231a3b0ba0530817e53b5162ce0c3db8c98f071a0e4d4b6027721bf32039e2b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Allow our jedi/parso/pyls versions
+  sed -i "s|JEDI_REQVER = '=|JEDI_REQVER = '>=|" -i spyder/dependencies.py
+  sed -i "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.36.2;<1.0.0'|PYLS_REQVER = '>=0.36.2'|" -i 
spyder/dependencies.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # Required per above patching
+  sed -i "s|jedi==|jedi>=|" -i setup.py
+  sed -i "s|parso==|parso>=|" -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.36.2,<1.0.0|python-language-server[all]>=0.36.2|"
 -i setup.py
+  sed -i "s|jedi =|jedi >=|" -i requirements/conda.txt
+  sed -i "s|parso =|parso >=|" -i requirements/conda.txt
+  sed -i "s|jedi =|jedi >=|" -i binder/environment.yml
+  sed -i "s|parso =|parso >=|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.36.2,<1.0.0|python-language-server 
>=0.36.2|" -i binder/environment.yml
+  # Some tests failures but upstream does not support us
+  python runtests.py || echo "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE.txt -t ${pkgdir}/usr/share/licenses/${pkgname}/
+  # Install icon file
+  install -Dm644 spyder/images/spyder.svg -t 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}"/usr/bin/spyder_win_post_install.py
+}


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

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:12:04
  Author: polyzen
Revision: 887417

upgpkg: spyder 4.2.1-2: Jedi 0.18.0 rebuild

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:11:39 UTC (rev 887416)
+++ PKGBUILD2021-03-11 06:12:04 UTC (rev 887417)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;


[arch-commits] Commit in python-language-server/repos (3 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:11:39
  Author: polyzen
Revision: 887416

archrelease: copy trunk to community-staging-any

Added:
  python-language-server/repos/community-staging-any/
  python-language-server/repos/community-staging-any/PKGBUILD
(from rev 887415, python-language-server/trunk/PKGBUILD)
  python-language-server/repos/community-staging-any/fix-test.patch
(from rev 887415, python-language-server/trunk/fix-test.patch)

+
 PKGBUILD   |   58 +++
 fix-test.patch |   12 +++
 2 files changed, 70 insertions(+)

Copied: python-language-server/repos/community-staging-any/PKGBUILD (from rev 
887415, python-language-server/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:11:39 UTC (rev 887416)
@@ -0,0 +1,58 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.36.2
+pkgrel=2
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"flake8: for code linting"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+  "python-numpy" "python-pandas" "python-matplotlib" 
"python-flaky")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+"fix-test.patch"
+
'jedi-018-support.patch::https://github.com/palantir/python-language-server/commit/40afab312a6bf0dcd620c82e59555ea2967aacdf.patch')
+sha256sums=('9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0'
+'75bee7f9e288bf72e116c8a8f10d32758a800409a91266c7cd15888c6c254bdf'
+'84dc8c69f7bee9d60679141b25c81a849ff0b45e91f435e1aa8ae6dd6db6bb84')
+
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/fix-test.patch"
+patch -Np1 < "$srcdir/jedi-018-support.patch"
+sed -i 's/0.18.0/0.19.0/' python_language_server.egg-info/requires.txt
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test -k 'not test_pyqt_completion and not test_snippet_parsing and not 
test_numpy_hover'
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-staging-any/fix-test.patch (from 
rev 887415, python-language-server/trunk/fix-test.patch)
===
--- community-staging-any/fix-test.patch(rev 0)
+++ community-staging-any/fix-test.patch2021-03-11 06:11:39 UTC (rev 
887416)
@@ -0,0 +1,12 @@
+diff --git a/test/plugins/test_folding.py b/test/plugins/test_folding.py
+index 05f0cdd..06e644f 100644
+--- a/test/plugins/test_folding.py
 b/test/plugins/test_folding.py
+@@ -118,6 +118,7 @@ def test_folding(workspace):
+ {'startLine': 2, 'endLine': 3},
+ {'startLine': 5, 'endLine': 6},
+ {'startLine': 8, 'endLine': 11},
++{'startLine': 9, 'endLine': 10},
+ {'startLine': 12, 'endLine': 20},
+ {'startLine': 13, 'endLine': 14},
+ {'startLine': 15, 'endLine': 16},


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

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:11:19
  Author: polyzen
Revision: 887415

upgpkg: python-language-server 0.36.2-2: Jedi 0.18.0 rebuild

test_snippet_parsing and test_numpy_hover also fail with 0.17.2.

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:08:43 UTC (rev 887414)
+++ PKGBUILD2021-03-11 06:11:19 UTC (rev 887415)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.36.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server;
@@ -24,14 +24,18 @@
   "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
   "python-numpy" "python-pandas" "python-matplotlib" 
"python-flaky")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-"fix-test.patch")
+"fix-test.patch"
+
'jedi-018-support.patch::https://github.com/palantir/python-language-server/commit/40afab312a6bf0dcd620c82e59555ea2967aacdf.patch')
 sha256sums=('9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0'
-'75bee7f9e288bf72e116c8a8f10d32758a800409a91266c7cd15888c6c254bdf')
+'75bee7f9e288bf72e116c8a8f10d32758a800409a91266c7cd15888c6c254bdf'
+'84dc8c69f7bee9d60679141b25c81a849ff0b45e91f435e1aa8ae6dd6db6bb84')
 
 
 prepare() {
 cd "${pkgname}-${pkgver}"
 patch -Np1 < "$srcdir/fix-test.patch"
+patch -Np1 < "$srcdir/jedi-018-support.patch"
+sed -i 's/0.18.0/0.19.0/' python_language_server.egg-info/requires.txt
 }
 
 build() {
@@ -42,7 +46,7 @@
 
 check() {
 cd "${pkgname}-${pkgver}"
-py.test -k 'not test_pyqt_completion'
+py.test -k 'not test_pyqt_completion and not test_snippet_parsing and not 
test_numpy_hover'
 }
 
 package() {


[arch-commits] Commit in bpython/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:08:43
  Author: polyzen
Revision: 887414

archrelease: copy trunk to community-staging-any

Added:
  bpython/repos/community-staging-any/
  bpython/repos/community-staging-any/PKGBUILD
(from rev 887413, bpython/trunk/PKGBUILD)

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

Copied: bpython/repos/community-staging-any/PKGBUILD (from rev 887413, 
bpython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:08:43 UTC (rev 887414)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=bpython
+pkgver=0.20
+pkgrel=4
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='https://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
+optdepends=('python-urwid: for bpython-urwid'
+'python-jedi: multiline completion'
+'python-watchdog: module reloading')
+makedepends=('python-distribute')
+#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz;)  
# missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz;)
+md5sums=('3649400f45611415ba398361f10b4117')
+
+# python-watchdog optdep...
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}


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

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:08:27
  Author: polyzen
Revision: 887413

upgpkg: bpython 0.20-4: Jedi 0.18.0 rebuild

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:06:44 UTC (rev 887412)
+++ PKGBUILD2021-03-11 06:08:27 UTC (rev 887413)
@@ -5,7 +5,7 @@
 
 pkgname=bpython
 pkgver=0.20
-pkgrel=3
+pkgrel=4
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='https://bpython-interpreter.org/'


[arch-commits] Commit in ipython/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:06:44
  Author: polyzen
Revision: 887412

archrelease: copy trunk to community-staging-any

Added:
  ipython/repos/community-staging-any/
  ipython/repos/community-staging-any/PKGBUILD
(from rev 887411, ipython/trunk/PKGBUILD)

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

Copied: ipython/repos/community-staging-any/PKGBUILD (from rev 887411, 
ipython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:06:44 UTC (rev 887412)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.21.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments' 'python-backcall')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# new optional thing: ipyparallel
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('626310f78ef88ea3577b745444c2d60b'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+package() {
+  cd "ipython-$pkgver"
+  export PYTHONHASHSEED=0
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "examples/IPython Kernel"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+
+  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
+}


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

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:06:27
  Author: polyzen
Revision: 887411

upgpkg: ipython 7.21.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:06:09 UTC (rev 887410)
+++ PKGBUILD2021-03-11 06:06:27 UTC (rev 887411)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.19.0
-pkgrel=5
+pkgver=7.21.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="https://ipython.org;
@@ -21,7 +21,7 @@
 
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('b9c48f7fc3158ddf4215a12627115447'
+md5sums=('626310f78ef88ea3577b745444c2d60b'
  '2901d65f1b1fe354e72850085cd1c072')
 
 # confirm that an update does not break sage?


[arch-commits] Commit in jedi-language-server/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:06:09
  Author: polyzen
Revision: 887410

archrelease: copy trunk to community-staging-any

Added:
  jedi-language-server/repos/community-staging-any/
  jedi-language-server/repos/community-staging-any/PKGBUILD
(from rev 887409, jedi-language-server/trunk/PKGBUILD)

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

Copied: jedi-language-server/repos/community-staging-any/PKGBUILD (from rev 
887409, jedi-language-server/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:06:09 UTC (rev 887410)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=jedi-language-server
+pkgver=0.27.2
+pkgrel=1
+pkgdesc='Language server for Jedi'
+arch=('any')
+url=https://github.com/pappasam/jedi-language-server
+license=('MIT')
+depends=('python-click' 'python-docstring-to-markdown' 'python-jedi' 
'python-pygls')
+makedepends=('python-pip' 'python-poetry')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f0f192e2eefd1573f59a9078378f2cddff5788ec177c64701f072b489be74438')
+b2sums=('041e68ed0da9e21b2dd775e6d65c093ab349409538e873db3dd91079f5c7879a9673ab8096a27a5e6b556482aad2143da78c1b5f8b62d0c8c74878d4c1697d40')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Avoid installing files directly under site-packages/
+  sed -i '/include = \["README.md"\]/d' pyproject.toml
+}
+
+build() {
+  cd $pkgname-$pkgver
+  poetry build --format wheel
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in jedi-language-server/trunk (PKGBUILD)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:05:52
  Author: polyzen
Revision: 887409

upgpkg: jedi-language-server 0.27.2-1

Modified:
  jedi-language-server/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:05:28 UTC (rev 887408)
+++ PKGBUILD2021-03-11 06:05:52 UTC (rev 887409)
@@ -1,20 +1,21 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=jedi-language-server
-pkgver=0.21.0
-pkgrel=5
+pkgver=0.27.2
+pkgrel=1
 pkgdesc='Language server for Jedi'
 arch=('any')
 url=https://github.com/pappasam/jedi-language-server
 license=('MIT')
-depends=('python-click' 'python-jedi' 'python-pygls')
+depends=('python-click' 'python-docstring-to-markdown' 'python-jedi' 
'python-pygls')
 makedepends=('python-pip' 'python-poetry')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bb9d5e5c0aadf69cc441263685c83c12e67b6ed6f546dbd92dbed417123d8a47')
-b2sums=('73d3b3fecca4d7df7eb9dafd0bc9618844754c3ba8cbeeb402bab6e342f223ee4de49593dc27e3c1c1bd0a329f49f54e2c17bd5a98750c4f756cba9bca074a3f')
+sha256sums=('f0f192e2eefd1573f59a9078378f2cddff5788ec177c64701f072b489be74438')
+b2sums=('041e68ed0da9e21b2dd775e6d65c093ab349409538e873db3dd91079f5c7879a9673ab8096a27a5e6b556482aad2143da78c1b5f8b62d0c8c74878d4c1697d40')
 
 prepare() {
   cd $pkgname-$pkgver
+  # Avoid installing files directly under site-packages/
   sed -i '/include = \["README.md"\]/d' pyproject.toml
 }
 


[arch-commits] Commit in python-jedi/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:05:28
  Author: polyzen
Revision: 887408

archrelease: copy trunk to community-staging-any

Added:
  python-jedi/repos/community-staging-any/
  python-jedi/repos/community-staging-any/PKGBUILD
(from rev 887407, python-jedi/trunk/PKGBUILD)

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

Copied: python-jedi/repos/community-staging-any/PKGBUILD (from rev 887407, 
python-jedi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:05:28 UTC (rev 887408)
@@ -0,0 +1,60 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
+# Contributor: Danilo Bargen 
+# Contributor: Simon Conseil 
+# Contributor: Jesus Alvarez
+
+pkgname=python-jedi
+_gitcommit=4b5b2e791b66f3a99542bc2a0e1d5730dc1491df
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Awesome autocompletion for python"
+url="https://github.com/davidhalter/jedi;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-parso')
+makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx_rtd_theme')
+checkdepends=('python-pytest' 'python-parso')
+source=("git+https://github.com/davidhalter/jedi#commit=${_gitcommit};
+git+https://github.com/davidhalter/typeshed
+git+https://github.com/davidhalter/django-stubs)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd jedi
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd jedi
+  git submodule init
+  git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
+  git config submodule."jedi/third_party/django-stubs".url 
"${srcdir}/django-stubs"
+  git submodule update --recursive
+}
+
+build() {
+  cd jedi
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd jedi
+  # skip pytest 6 test issues https://github.com/davidhalter/jedi/issues/1660
+  # these are also skipped in upstream's Travis CI
+  pytest test -k 'not test_completion[pytest'
+}
+
+package() {
+  cd jedi
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst docs/_build/text/*.txt -t 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 docs/_build/man/jedi.1 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-jedi/trunk (PKGBUILD jedi-0.17.2-py39.patch)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:05:13
  Author: polyzen
Revision: 887407

upgpkg: python-jedi 0.18.0-1

Modified:
  python-jedi/trunk/PKGBUILD
Deleted:
  python-jedi/trunk/jedi-0.17.2-py39.patch

+
 PKGBUILD   |   13 +++-
 jedi-0.17.2-py39.patch |   48 ---
 2 files changed, 4 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 06:03:01 UTC (rev 887406)
+++ PKGBUILD2021-03-11 06:05:13 UTC (rev 887407)
@@ -5,9 +5,9 @@
 # Contributor: Jesus Alvarez
 
 pkgname=python-jedi
-_gitcommit=3b7106ae71cb7bd3431101d169a0110ee0c179aa
-pkgver=0.17.2
-pkgrel=3
+_gitcommit=4b5b2e791b66f3a99542bc2a0e1d5730dc1491df
+pkgver=0.18.0
+pkgrel=1
 pkgdesc="Awesome autocompletion for python"
 url="https://github.com/davidhalter/jedi;
 arch=('any')
@@ -16,11 +16,9 @@
 makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx_rtd_theme')
 checkdepends=('python-pytest' 'python-parso')
 source=("git+https://github.com/davidhalter/jedi#commit=${_gitcommit};
-jedi-0.17.2-py39.patch
 git+https://github.com/davidhalter/typeshed
-git+https://github.com/typeddjango/django-stubs)
+git+https://github.com/davidhalter/django-stubs)
 sha256sums=('SKIP'
-'9b5c13800f29f4c6954d63c0989210cc173162803e8546bfe084a975e3e25208'
 'SKIP'
 'SKIP')
 
@@ -35,9 +33,6 @@
   git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
   git config submodule."jedi/third_party/django-stubs".url 
"${srcdir}/django-stubs"
   git submodule update --recursive
-
-  # two patches for Python 3.9 cherry-picked from upstream's master branch
-  patch -Np1 -i ../jedi-0.17.2-py39.patch
 }
 
 build() {

Deleted: jedi-0.17.2-py39.patch
===
--- jedi-0.17.2-py39.patch  2021-03-11 06:03:01 UTC (rev 887406)
+++ jedi-0.17.2-py39.patch  2021-03-11 06:05:13 UTC (rev 887407)
@@ -1,48 +0,0 @@
-From bd2216ea1acce7b64e94d76a197674e66428d8c1 Mon Sep 17 00:00:00 2001
-From: Dave Halter 
-Date: Sun, 12 Jul 2020 01:58:13 +0200
-Subject: [PATCH 1/2] Properly support Python3.9
-
-(cherry picked from commit a49c062b355a44875ae9e43233b94a781c2efcef)

- jedi/api/environment.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/jedi/api/environment.py b/jedi/api/environment.py
-index 89e47163..548dea67 100644
 a/jedi/api/environment.py
-+++ b/jedi/api/environment.py
-@@ -17,7 +17,7 @@ import parso
- 
- _VersionInfo = namedtuple('VersionInfo', 'major minor micro')
- 
--_SUPPORTED_PYTHONS = ['3.8', '3.7', '3.6', '3.5', '2.7']
-+_SUPPORTED_PYTHONS = ['3.9', '3.8', '3.7', '3.6', '3.5', '2.7']
- _SAFE_PATHS = ['/usr/bin', '/usr/local/bin']
- _CONDA_VAR = 'CONDA_PREFIX'
- _CURRENT_VERSION = '%s.%s' % (sys.version_info.major, sys.version_info.minor)
-
-From 2dd31b169370504ee67af04bd6d4ea154b765c04 Mon Sep 17 00:00:00 2001
-From: Dave Halter 
-Date: Sat, 19 Sep 2020 21:27:55 +0200
-Subject: [PATCH 2/2] One interpreter test is different for 3.9+
-
-(cherry picked from commit c1f4e7d8748d0f1efe30332e1d41089560e1c319)

- test/test_api/test_interpreter.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/test/test_api/test_interpreter.py 
b/test/test_api/test_interpreter.py
-index 0155d49f..402727b5 100644
 a/test/test_api/test_interpreter.py
-+++ b/test/test_api/test_interpreter.py
-@@ -656,7 +656,8 @@ def bar():
- 
- # typing is available via globals.
- ({'return': 'typing.Union[str, int]'}, ['int', 'str'], ''),
--({'return': 'typing.Union["str", int]'}, ['int'], ''),
-+({'return': 'typing.Union["str", int]'},
-+ ['int', 'str'] if sys.version_info >= (3, 9) else ['int'], ''),
- ({'return': 'typing.Union["str", 1]'}, [], ''),
- ({'return': 'typing.Optional[str]'}, ['NoneType', 'str'], ''),
- ({'return': 'typing.Optional[str, int]'}, [], ''),  # Takes only one 
arg


[arch-commits] Commit in python-parso/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:03:01
  Author: polyzen
Revision: 887406

archrelease: copy trunk to community-staging-any

Added:
  python-parso/repos/community-staging-any/
  python-parso/repos/community-staging-any/PKGBUILD
(from rev 887405, python-parso/trunk/PKGBUILD)

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

Copied: python-parso/repos/community-staging-any/PKGBUILD (from rev 887405, 
python-parso/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-03-11 06:03:01 UTC (rev 887406)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
+
+# Check compatibility with jedi on potential version bumps
+_pkgbase=parso
+pkgname=python-parso
+epoch=1
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest')
+source=(https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz)
+sha512sums=('10cc36a4f288d06b8d06bf3995eafe8c6b5d46d0ab01ce6db4557c82f8c64c6792b438a5b7dea570a9690bad586ab4216161268be9c1979b91b3af50e1c8801c')
+b2sums=('d8d2a025dfb6664d8deeabfc621f4dcf0c6f6e0769dc3a7081888436cce39685f7749ee4ed33c501e3690bec0c8b21d18195d585a8baf5fa8c1b1ae1bfad5680')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  pytest test
+}
+
+build() {
+  cd "$_pkgbase-$pkgver"
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+package() {
+  cd "$_pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst docs/_build/text/*.txt -t 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 docs/_build/man/parso.1 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 06:02:42
  Author: polyzen
Revision: 887405

upgpkg: python-parso 1:0.8.1-1

Modified:
  python-parso/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 05:27:12 UTC (rev 887404)
+++ PKGBUILD2021-03-11 06:02:42 UTC (rev 887405)
@@ -5,8 +5,8 @@
 _pkgbase=parso
 pkgname=python-parso
 epoch=1
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
 url="https://github.com/davidhalter/parso;
@@ -14,9 +14,9 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-pytest')
-source=(https://github.com/davidhalter/parso/archive/v$pkgver/$pkgname-$pkgver.tar.gz.tar.gz)
-sha512sums=('318969a7a941c4a0948e58643b07b6f5c446ea166b3a8e44a556f0677ec9a36d7dc8c6d37ca7bce3f8276ee3d7144e22fbaaeac90c738fb90f7e94a0cf8abf7d')
-b2sums=('1e47c1dd6846d01aa5820d7cedc3eafcf12ea0d4a2e95fa3f54429633b1c12dc39a4abe237fa46eb629408006777bd1f512cf878025b55119568ac19729b8c19')
+source=(https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz)
+sha512sums=('10cc36a4f288d06b8d06bf3995eafe8c6b5d46d0ab01ce6db4557c82f8c64c6792b438a5b7dea570a9690bad586ab4216161268be9c1979b91b3af50e1c8801c')
+b2sums=('d8d2a025dfb6664d8deeabfc621f4dcf0c6f6e0769dc3a7081888436cce39685f7749ee4ed33c501e3690bec0c8b21d18195d585a8baf5fa8c1b1ae1bfad5680')
 
 check() {
   cd "$_pkgbase-$pkgver"


[arch-commits] Commit in python-docstring-to-markdown/repos (2 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 05:27:12
  Author: polyzen
Revision: 887404

archrelease: copy trunk to community-any

Added:
  python-docstring-to-markdown/repos/community-any/
  python-docstring-to-markdown/repos/community-any/PKGBUILD
(from rev 887403, python-docstring-to-markdown/trunk/PKGBUILD)

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

Copied: python-docstring-to-markdown/repos/community-any/PKGBUILD (from rev 
887403, python-docstring-to-markdown/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-03-11 05:27:12 UTC (rev 887404)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Hugo Osvaldo Barrera 
+
+_name=docstring-to-markdown
+pkgname=python-docstring-to-markdown
+pkgver=0.7
+pkgrel=1
+pkgdesc='On the fly conversion of Python docstrings to markdown'
+arch=('any')
+url=https://github.com/krassowski/docstring-to-markdown
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha256sums=('374bad3595b970bc558e145f313229988424d5b242d85cbda7da30370375')
+b2sums=('2289da15bc4e97172ec72b154d67d160c5b6c2c162eaa19e379114921439146ddb0261ede869668a8c313b5d6ccf0e99dacca940b409daf19fce25a37cd77ca0')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-docstring-to-markdown/trunk (PKGBUILD)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 05:26:53
  Author: polyzen
Revision: 887403

Remove empty check()

Modified:
  python-docstring-to-markdown/trunk/PKGBUILD

--+
 PKGBUILD |3 ---
 1 file changed, 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-11 05:25:17 UTC (rev 887402)
+++ PKGBUILD2021-03-11 05:26:53 UTC (rev 887403)
@@ -20,9 +20,6 @@
   python setup.py build
 }
 
-check() {
-}
-
 package() {
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build


[arch-commits] Commit in (4 files)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 11, 2021 @ 05:25:17
  Author: polyzen
Revision: 887402

Add python-docstring-to-markdown as dep for jedi-ls

Added:
  python-docstring-to-markdown/
  python-docstring-to-markdown/repos/
  python-docstring-to-markdown/trunk/
  python-docstring-to-markdown/trunk/PKGBUILD

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

Added: python-docstring-to-markdown/trunk/PKGBUILD
===
--- python-docstring-to-markdown/trunk/PKGBUILD (rev 0)
+++ python-docstring-to-markdown/trunk/PKGBUILD 2021-03-11 05:25:17 UTC (rev 
887402)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Hugo Osvaldo Barrera 
+
+_name=docstring-to-markdown
+pkgname=python-docstring-to-markdown
+pkgver=0.7
+pkgrel=1
+pkgdesc='On the fly conversion of Python docstrings to markdown'
+arch=('any')
+url=https://github.com/krassowski/docstring-to-markdown
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha256sums=('374bad3595b970bc558e145f313229988424d5b242d85cbda7da30370375')
+b2sums=('2289da15bc4e97172ec72b154d67d160c5b6c2c162eaa19e379114921439146ddb0261ede869668a8c313b5d6ccf0e99dacca940b409daf19fce25a37cd77ca0')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/repos (13 files)

2021-03-10 Thread Sébastien Luttringer via arch-commits
Date: Thursday, March 11, 2021 @ 03:59:04
  Author: seblu
Revision: 409596

db-move: moved btrfs-progs from [testing] to [core] (x86_64)

Added:
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 409595, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 409595, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 409595, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 409595, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 409595, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 409595, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   76 ++
 /btrfs-progs.install   |   15 ++
 /btrfs-scrub@.service  |   10 
 /btrfs-scrub@.timer|   11 
 /initcpio-hook-btrfs   |7 +++
 /initcpio-install-btrfs|   17 +++
 core-x86_64/PKGBUILD   |   78 ---
 core-x86_64/btrfs-progs.install|   15 --
 core-x86_64/btrfs-scrub@.service   |9 
 core-x86_64/btrfs-scrub@.timer |   11 
 core-x86_64/initcpio-hook-btrfs|7 ---
 core-x86_64/initcpio-install-btrfs |   17 ---
 12 files changed, 136 insertions(+), 137 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2021-03-10 18:20:51 UTC (rev 409595)
+++ core-x86_64/PKGBUILD2021-03-11 03:59:04 UTC (rev 409596)
@@ -1,78 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=5.10.1
-pkgrel=3
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
-depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt')
-optdepends=('python: libbtrfsutil python bindings'
-'e2fsprogs: btrfs-convert'
-'reiserfsprogs: btrfs-convert')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-
'https://github.com/kdave/btrfs-progs/commit/dcfda5527538993dc7b2291cb9b9b9967f3b3c4a.patch'
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-sha256sums=('SKIP'
-'1379cc731feae7f473ad9e37c845bbfb873381ef67b340f1a22fbca9a4da0344'
-'1417750311a611d384d6929a951da403b22c298cb769fdcf765bc27725d84cc9'
-'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
-'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
-'deaaf377fc6fe94a0374a313c7df0975852734ecd68f0654581c6deeeb5ff7b8'
-'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
-
-prepare() {
-  cd $pkgname-v$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr --with-crypto=libgcrypt
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install install_python
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-
-  # install scrub service/timer
-  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
-  install -Dm644 btrfs-scrub@.timer 

[arch-commits] Commit in haskell-optparse-applicative/repos/community-staging-x86_64 (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:35:49
  Author: felixonmars
Revision: 887398

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 887397, haskell-optparse-applicative/trunk/PKGBUILD)
Deleted:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:35:33 UTC (rev 887397)
+++ PKGBUILD2021-03-10 23:35:49 UTC (rev 887398)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-_hkgname=optparse-applicative
-pkgname=haskell-optparse-applicative
-pkgver=0.16.1.0
-pkgrel=81
-pkgdesc="Utilities and combinators for parsing command line options"
-url="https://github.com/pcapriotti/optparse-applicative;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 887397, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:35:49 UTC (rev 887398)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.16.1.0
+pkgrel=82
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-optparse-applicative/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:35:33
  Author: felixonmars
Revision: 887397

upgpkg: haskell-optparse-applicative 0.16.1.0-82: rebuild with tasty 1.4.0.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:34:48 UTC (rev 887396)
+++ PKGBUILD2021-03-10 23:35:33 UTC (rev 887397)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.16.1.0
-pkgrel=81
+pkgrel=82
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")


[arch-commits] Commit in haskell-ansi-wl-pprint/repos/community-staging-x86_64 (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:34:48
  Author: felixonmars
Revision: 887396

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 887395, haskell-ansi-wl-pprint/trunk/PKGBUILD)
Deleted:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:34:33 UTC (rev 887395)
+++ PKGBUILD2021-03-10 23:34:48 UTC (rev 887396)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-wl-pprint
-pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.9
-pkgrel=153
-pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
-url="https://github.com/ekmett/ansi-wl-pprint;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.10/<1/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-example
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 887395, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:34:48 UTC (rev 887396)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.9
+pkgrel=154
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.10/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:34:33
  Author: felixonmars
Revision: 887395

upgpkg: haskell-ansi-wl-pprint 0.6.9-154: rebuild with tasty 1.4.0.1

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:34:33 UTC (rev 887394)
+++ PKGBUILD2021-03-10 23:34:33 UTC (rev 887395)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=153
+pkgrel=154
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 10, 2021 @ 23:34:33
  Author: polyzen
Revision: 887394

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 887393, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:34:14 UTC (rev 887393)
+++ PKGBUILD2021-03-10 23:34:33 UTC (rev 887394)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.33.2
-_commit=e13bf4d6d626eae726e09067b2e143bb6271c81f
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'python' 'zip')
-source=("git+$url.git#commit=$_commit?signed"
-"git+https://github.com/uBlockOrigin/uAssets.git;)
-b2sums=('SKIP' 'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

-
-build() {
-  cd uBlock
-  ./tools/make-firefox.sh all
-}
-
-package() {
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 887393, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:34:33 UTC (rev 887394)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.34.0
+_commit=af980c5c062768811497902ff50483288e57fa6a
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'python' 'zip')
+source=("git+$url.git#commit=$_commit?signed"
+"git+https://github.com/uBlockOrigin/uAssets.git;)
+b2sums=('SKIP' 'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

+
+build() {
+  cd uBlock
+  ./tools/make-firefox.sh all
+}
+
+package() {
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-ublock-origin/trunk (PKGBUILD)

2021-03-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 10, 2021 @ 23:34:14
  Author: polyzen
Revision: 887393

upgpkg: firefox-ublock-origin 1.34.0-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:33:56 UTC (rev 887392)
+++ PKGBUILD2021-03-10 23:34:14 UTC (rev 887393)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.33.2
-_commit=e13bf4d6d626eae726e09067b2e143bb6271c81f
+pkgver=1.34.0
+_commit=af980c5c062768811497902ff50483288e57fa6a
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')


[arch-commits] Commit in haskell-ansi-terminal/repos/community-staging-x86_64 (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:33:56
  Author: felixonmars
Revision: 887392

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 887391, haskell-ansi-terminal/trunk/PKGBUILD)
Deleted:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:33:41 UTC (rev 887391)
+++ PKGBUILD2021-03-10 23:33:56 UTC (rev 887392)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-terminal
-pkgname=haskell-ansi-terminal
-pkgver=0.11
-pkgrel=93
-pkgdesc="Simple ANSI terminal support, with Windows compatibility"
-url="https://github.com/feuerbach/ansi-terminal;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-colour')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a608da18bbb3d11373dc0c6ee1bf4c890d5d4e39a2b13e547c7a3a4060eb86789d6afa04d1bd9e5df91f3745ea33adea8b15df213d39e75eca296275a74700d')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-example
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 
887391, haskell-ansi-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:33:56 UTC (rev 887392)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-terminal
+pkgname=haskell-ansi-terminal
+pkgver=0.11
+pkgrel=94
+pkgdesc="Simple ANSI terminal support, with Windows compatibility"
+url="https://github.com/feuerbach/ansi-terminal;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-colour')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a608da18bbb3d11373dc0c6ee1bf4c890d5d4e39a2b13e547c7a3a4060eb86789d6afa04d1bd9e5df91f3745ea33adea8b15df213d39e75eca296275a74700d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ansi-terminal/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:33:41
  Author: felixonmars
Revision: 887391

upgpkg: haskell-ansi-terminal 0.11-94: rebuild with tasty 1.4.0.1

Modified:
  haskell-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:33:00 UTC (rev 887390)
+++ PKGBUILD2021-03-10 23:33:41 UTC (rev 887391)
@@ -4,7 +4,7 @@
 _hkgname=ansi-terminal
 pkgname=haskell-ansi-terminal
 pkgver=0.11
-pkgrel=93
+pkgrel=94
 pkgdesc="Simple ANSI terminal support, with Windows compatibility"
 url="https://github.com/feuerbach/ansi-terminal;
 license=("BSD")


[arch-commits] Commit in haskell-colour/repos/community-staging-x86_64 (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:33:00
  Author: felixonmars
Revision: 887390

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-colour/repos/community-staging-x86_64/PKGBUILD
(from rev 887389, haskell-colour/trunk/PKGBUILD)
Deleted:
  haskell-colour/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:32:45 UTC (rev 887389)
+++ PKGBUILD2021-03-10 23:33:00 UTC (rev 887390)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=colour
-pkgname=haskell-colour
-pkgver=2.3.5
-pkgrel=151
-pkgdesc="A model for human colour/color perception"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' )
-checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
-  'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
887389, haskell-colour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:33:00 UTC (rev 887390)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.5
+pkgrel=152
+pkgdesc="A model for human colour/color perception"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' )
+checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
+  'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:32:45
  Author: felixonmars
Revision: 887389

upgpkg: haskell-colour 2.3.5-152: rebuild with tasty 1.4.0.1

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:31:52 UTC (rev 887388)
+++ PKGBUILD2021-03-10 23:32:45 UTC (rev 887389)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.5
-pkgrel=151
+pkgrel=152
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")


[arch-commits] Commit in haskell-clock/repos/community-staging-x86_64 (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:31:52
  Author: felixonmars
Revision: 887388

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clock/repos/community-staging-x86_64/PKGBUILD
(from rev 887387, haskell-clock/trunk/PKGBUILD)
Deleted:
  haskell-clock/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:31:37 UTC (rev 887387)
+++ PKGBUILD2021-03-10 23:31:52 UTC (rev 887388)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=clock
-pkgname=haskell-clock
-pkgver=0.8.2
-pkgrel=26
-pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
-url="https://github.com/corsis/clock;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-tasty' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('42a7681ae8f1357c4ae39f51a15d7a00f3d587c8fc787d648308f914702471e6f9b32ee51fa1e8164a77f195600fdab8e27d45aa13a7052a921c4b8c246b891e')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-llvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-clock/repos/community-staging-x86_64/PKGBUILD (from rev 887387, 
haskell-clock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:31:52 UTC (rev 887388)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clock
+pkgname=haskell-clock
+pkgver=0.8.2
+pkgrel=27
+pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
+url="https://github.com/corsis/clock;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('42a7681ae8f1357c4ae39f51a15d7a00f3d587c8fc787d648308f914702471e6f9b32ee51fa1e8164a77f195600fdab8e27d45aa13a7052a921c4b8c246b891e')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-llvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:31:37
  Author: felixonmars
Revision: 887387

upgpkg: haskell-clock 0.8.2-27: rebuild with tasty 1.4.0.1

Modified:
  haskell-clock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:30:49 UTC (rev 887386)
+++ PKGBUILD2021-03-10 23:31:37 UTC (rev 887387)
@@ -4,7 +4,7 @@
 _hkgname=clock
 pkgname=haskell-clock
 pkgver=0.8.2
-pkgrel=26
+pkgrel=27
 pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
 url="https://github.com/corsis/clock;
 license=("BSD")


[arch-commits] Commit in haskell-mockery/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:30:49
  Author: felixonmars
Revision: 887386

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mockery/repos/community-staging-x86_64/
  haskell-mockery/repos/community-staging-x86_64/PKGBUILD
(from rev 887385, haskell-mockery/trunk/PKGBUILD)

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

Copied: haskell-mockery/repos/community-staging-x86_64/PKGBUILD (from rev 
887385, haskell-mockery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:30:49 UTC (rev 887386)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mockery
+pkgname=haskell-mockery
+pkgver=0.3.5
+pkgrel=225
+pkgdesc="Support functions for automated testing"
+url="https://github.com/hspec/mockery;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-temporary' 
'haskell-logging-facade')
+makedepends=('ghc')
+checkdepends=('haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bcb9bef083749028ec27ba879feca7c7a8f966f50b31fe1df3e82b3ac206b634b961755e4ee90ebc72ba8c17be3bbab6acf1b01776bca9497cc5cbc1ccb58850')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:30:36
  Author: felixonmars
Revision: 887385

upgpkg: haskell-mockery 0.3.5-225: rebuild with tasty 1.4.0.1 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-mockery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:29:59 UTC (rev 887384)
+++ PKGBUILD2021-03-10 23:30:36 UTC (rev 887385)
@@ -4,7 +4,7 @@
 _hkgname=mockery
 pkgname=haskell-mockery
 pkgver=0.3.5
-pkgrel=224
+pkgrel=225
 pkgdesc="Support functions for automated testing"
 url="https://github.com/hspec/mockery;
 license=("MIT")


[arch-commits] Commit in haskell-logging-facade/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:29:59
  Author: felixonmars
Revision: 887384

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logging-facade/repos/community-staging-x86_64/
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD
(from rev 887383, haskell-logging-facade/trunk/PKGBUILD)

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

Copied: haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD (from 
rev 887383, haskell-logging-facade/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:29:59 UTC (rev 887384)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=logging-facade
+pkgname=haskell-logging-facade
+pkgver=0.3.0
+pkgrel=178
+pkgdesc="Simple logging abstraction that allows multiple back-ends"
+url="https://github.com/sol/logging-facade;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack')
+makedepends=('ghc')
+checkdepends=('haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3a6fbd7b309f6094224f6af2b98408a2a49519f8c0ca1a26178fc6c0b593af2101769a4981bcf250dab2ed99144ec14b19263a755e8c71a5b01400651076228f')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-logging-facade/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:29:46
  Author: felixonmars
Revision: 887383

upgpkg: haskell-logging-facade 0.3.0-178: rebuild with tasty 1.4.0.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-logging-facade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:29:10 UTC (rev 887382)
+++ PKGBUILD2021-03-10 23:29:46 UTC (rev 887383)
@@ -4,7 +4,7 @@
 _hkgname=logging-facade
 pkgname=haskell-logging-facade
 pkgver=0.3.0
-pkgrel=177
+pkgrel=178
 pkgdesc="Simple logging abstraction that allows multiple back-ends"
 url="https://github.com/sol/logging-facade;
 license=("MIT")


[arch-commits] Commit in haskell-nanospec/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:29:10
  Author: felixonmars
Revision: 887382

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-nanospec/repos/community-staging-x86_64/
  haskell-nanospec/repos/community-staging-x86_64/PKGBUILD
(from rev 887381, haskell-nanospec/trunk/PKGBUILD)

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

Copied: haskell-nanospec/repos/community-staging-x86_64/PKGBUILD (from rev 
887381, haskell-nanospec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:29:10 UTC (rev 887382)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nanospec
+pkgname=haskell-nanospec
+pkgver=0.2.2
+pkgrel=140
+pkgdesc="A lightweight implementation of a subset of Hspec's API"
+url="https://github.com/commercialhaskell/nanospec;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6161b5cc1797a3fdcd07cad14deaa3edd6faa87309b5e8a31834d7c1dda23737fe4f2e763b13da7f5ef6f6ee3a9414f88b9ae01e5403320ba23d76404324a3b0')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:28:56
  Author: felixonmars
Revision: 887381

upgpkg: haskell-nanospec 0.2.2-140: rebuild with tasty 1.4.0.1

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:28:14 UTC (rev 887380)
+++ PKGBUILD2021-03-10 23:28:56 UTC (rev 887381)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=139
+pkgrel=140
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec;
 license=('MIT')


[arch-commits] Commit in haskell-hspec/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:28:14
  Author: felixonmars
Revision: 887380

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 887379, haskell-hspec/trunk/PKGBUILD)

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

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 887379, 
haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:28:14 UTC (rev 887380)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.7.8
+pkgrel=12
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('483e1a58cbd98c2c347b14480f450d19323527ec47a393a717724b3c7f6802fef2d593078c4d02c015d1f1587399922f4afda4a3e47a903d7c57b8b76b2e7425')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:28:01
  Author: felixonmars
Revision: 887379

upgpkg: haskell-hspec 2.7.8-12: rebuild with tasty 1.4.0.1

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:27:23 UTC (rev 887378)
+++ PKGBUILD2021-03-10 23:28:01 UTC (rev 887379)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.7.8
-pkgrel=11
+pkgrel=12
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec-core/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:27:23
  Author: felixonmars
Revision: 887378

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 887377, haskell-hspec-core/trunk/PKGBUILD)

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

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
887377, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:27:23 UTC (rev 887378)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.7.8
+pkgrel=11
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc')
+checkdepends=('haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('65f731a760322488ede5374407d142eccd1343f31a8147683f21e2be289128df98118f12738c78236273f475f761e659ffcb66b95509be819a91bcf97c41ad21')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-core/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:27:10
  Author: felixonmars
Revision: 887377

upgpkg: haskell-hspec-core 2.7.8-11: rebuild with tasty 1.4.0.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:26:17 UTC (rev 887376)
+++ PKGBUILD2021-03-10 23:27:10 UTC (rev 887377)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.7.8
-pkgrel=10
+pkgrel=11
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec-expectations/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:26:17
  Author: felixonmars
Revision: 887376

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations/repos/community-staging-x86_64/
  haskell-hspec-expectations/repos/community-staging-x86_64/PKGBUILD
(from rev 887375, haskell-hspec-expectations/trunk/PKGBUILD)

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

Copied: haskell-hspec-expectations/repos/community-staging-x86_64/PKGBUILD 
(from rev 887375, haskell-hspec-expectations/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:26:17 UTC (rev 887376)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations
+pkgname=haskell-hspec-expectations
+pkgver=0.8.2
+pkgrel=128
+pkgdesc="Catchy combinators for HUnit"
+url="https://github.com/sol/hspec-expectations;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack' 'haskell-hunit')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('482799adad2a70f891a61227bcf28e6712e65fa7dceba13da15a101a6814bc0d44aafaeda360a06dcdbcdbb96e5539f15135753eabd63efdd6bf56b8994a44c9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:26:04
  Author: felixonmars
Revision: 887375

upgpkg: haskell-hspec-expectations 0.8.2-128: rebuild with tasty 1.4.0.1

Modified:
  haskell-hspec-expectations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:25:29 UTC (rev 887374)
+++ PKGBUILD2021-03-10 23:26:04 UTC (rev 887375)
@@ -3,7 +3,7 @@
 _hkgname=hspec-expectations
 pkgname=haskell-hspec-expectations
 pkgver=0.8.2
-pkgrel=127
+pkgrel=128
 pkgdesc="Catchy combinators for HUnit"
 url="https://github.com/sol/hspec-expectations;
 license=('MIT')


[arch-commits] Commit in haskell-tasty-smallcheck/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:25:29
  Author: felixonmars
Revision: 887374

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-smallcheck/repos/community-staging-x86_64/
  haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 887373, haskell-tasty-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 887373, haskell-tasty-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:25:29 UTC (rev 887374)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-smallcheck
+pkgname=haskell-tasty-smallcheck
+pkgver=0.8.2
+pkgrel=97
+pkgdesc="SmallCheck support for the Tasty test framework"
+url="https://github.com/feuerbach/tasty;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-smallcheck' 
'haskell-tagged'
+ 'haskell-tasty')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff816280315e26d20210f0dcbf55e32780aa9ef455d8d00b146d9daeed6afec5b6593cd8a8dc0b7c0bc7ff77da75f065f9c7253494f2c47150e2b7a6aa29fc6a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-tasty-smallcheck/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:25:16
  Author: felixonmars
Revision: 887373

upgpkg: haskell-tasty-smallcheck 0.8.2-97: rebuild with tasty 1.4.0.1

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:24:37 UTC (rev 887372)
+++ PKGBUILD2021-03-10 23:25:16 UTC (rev 887373)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.2
-pkgrel=96
+pkgrel=97
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="https://github.com/feuerbach/tasty;
 license=('MIT')


[arch-commits] Commit in haskell-smallcheck/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:24:37
  Author: felixonmars
Revision: 887372

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-smallcheck/repos/community-staging-x86_64/
  haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 887371, haskell-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
887371, haskell-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:24:37 UTC (rev 887372)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=smallcheck
+pkgname=haskell-smallcheck
+pkgver=1.2.1
+pkgrel=36
+pkgdesc="A property-based testing library"
+url="https://github.com/feuerbach/smallcheck;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-logict')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('42706fb769423bd7f8c2fe7a52d23b8cb4a22bfaabf43b8c29db2923c6413191158801e43d5597258f42ce2430ec81546d172d90246c9d3cf0f9343694eb5eeb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:24:24
  Author: felixonmars
Revision: 887371

upgpkg: haskell-smallcheck 1.2.1-36: rebuild with tasty 1.4.0.1

Modified:
  haskell-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:23:39 UTC (rev 887370)
+++ PKGBUILD2021-03-10 23:24:24 UTC (rev 887371)
@@ -3,7 +3,7 @@
 _hkgname=smallcheck
 pkgname=haskell-smallcheck
 pkgver=1.2.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A property-based testing library"
 url="https://github.com/feuerbach/smallcheck;
 license=('BSD')


[arch-commits] Commit in haskell-logict/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:23:39
  Author: felixonmars
Revision: 887370

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logict/repos/community-staging-x86_64/
  haskell-logict/repos/community-staging-x86_64/PKGBUILD
(from rev 887369, haskell-logict/trunk/PKGBUILD)

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

Copied: haskell-logict/repos/community-staging-x86_64/PKGBUILD (from rev 
887369, haskell-logict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:23:39 UTC (rev 887370)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=logict
+pkgname=haskell-logict
+pkgver=0.7.1.0
+pkgrel=18
+pkgdesc="A backtracking logic-programming monad."
+url="http://code.haskell.org/~dolio/;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:23:26
  Author: felixonmars
Revision: 887369

upgpkg: haskell-logict 0.7.1.0-18: rebuild with tasty 1.4.0.1

Modified:
  haskell-logict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:22:41 UTC (rev 887368)
+++ PKGBUILD2021-03-10 23:23:26 UTC (rev 887369)
@@ -3,7 +3,7 @@
 _hkgname=logict
 pkgname=haskell-logict
 pkgver=0.7.1.0
-pkgrel=17
+pkgrel=18
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/;
 license=('BSD')


[arch-commits] Commit in haskell-mwc-random/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:22:41
  Author: felixonmars
Revision: 887368

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mwc-random/repos/community-staging-x86_64/
  haskell-mwc-random/repos/community-staging-x86_64/PKGBUILD
(from rev 887367, haskell-mwc-random/trunk/PKGBUILD)

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

Copied: haskell-mwc-random/repos/community-staging-x86_64/PKGBUILD (from rev 
887367, haskell-mwc-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:22:41 UTC (rev 887368)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mwc-random
+pkgname=haskell-mwc-random
+pkgver=0.15.0.1
+pkgrel=165
+pkgdesc="Fast, high quality pseudo random number generation"
+url="https://github.com/bos/mwc-random;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive' 
'haskell-random' 'haskell-vector')
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-doctest' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+  'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('54cb806d9c54e7ae7be73981c40ec03a3ca0660deb4d7d2c3659eaa30fb67086ff9a8bc3093170581da16e37cff8fe4507ddc4c30059c65323ea02ac1013c572')
+
+prepare() {
+uusi -u doctest $_hkgname-$pkgver/$_hkgname.cabal
+} 
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-mwc-random/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:22:27
  Author: felixonmars
Revision: 887367

upgpkg: haskell-mwc-random 0.15.0.1-165: rebuild with tasty 1.4.0.1

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:21:48 UTC (rev 887366)
+++ PKGBUILD2021-03-10 23:22:27 UTC (rev 887367)
@@ -4,7 +4,7 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.15.0.1
-pkgrel=164
+pkgrel=165
 pkgdesc="Fast, high quality pseudo random number generation"
 url="https://github.com/bos/mwc-random;
 license=("BSD")


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

2021-03-10 Thread Morten Linderud via arch-commits
Date: Wednesday, March 10, 2021 @ 23:21:48
  Author: foxboron
Revision: 887366

archrelease: copy trunk to community-any

Added:
  python-pysocks/repos/community-any/PKGBUILD
(from rev 887365, python-pysocks/trunk/PKGBUILD)
Deleted:
  python-pysocks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 23:21:39 UTC (rev 887365)
+++ PKGBUILD2021-03-10 23:21:48 UTC (rev 887366)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Michael Schubert 
-
-pkgbase=python-pysocks
-pkgname=(python-pysocks python2-pysocks)
-pkgver=1.7.1
-_commit=f660e75d4844e64e4b162b0c01f8df8d866ee000
-pkgrel=3
-pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
-arch=('any')
-license=('BSD')
-url="https://github.com/Anorov/PySocks;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/Anorov/PySocks/archive/$_commit.tar.gz;)
-sha512sums=('d5db8d55603758cecd0e4974729df437febcfabe8a80dcbfe6132d0ce5a23caeccfefff01bf918cdbb9f26db4cb795d26ed1f3c536c415b496e4ac1bd43e9240')
-
-prepare() {
-  mv PySocks-{$_commit,$pkgver}
-  cp -a PySocks-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PySocks-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PySocks-$pkgver-py2
-  python2 setup.py build
-}
-
-# Tests disabled as it requires external services to run
-check_disabled() {
-  cd "$srcdir"/PySocks-$pkgver-py2/test
-  python2 socks4server.py &
-  _SOCKS4SERVER=$!
-  python2 httpproxy.py &
-  _HTTPPROXY=$1
-
-  ./mocks start
-
-  sleep 1
-
-  python2 sockstest.py
-
-  cd "$srcdir"/PySocks-$pkgver/test
-  python sockstest.py
-
-  ./mocks shutdown
-
-  kill $_SOCKS4SERVER $_HTTPPROXY
-}
-
-package_python-pysocks() {
-  depends=('python')
-  provides=('python-socks')
-  replaces=('python-socks')
-
-  cd PySocks-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python2-pysocks() {
-  depends=('python2')
-  provides=('python2-socks')
-  replaces=('python2-socks')
-
-  cd PySocks-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pysocks/repos/community-any/PKGBUILD (from rev 887365, 
python-pysocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 23:21:48 UTC (rev 887366)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+
+pkgbase=python-pysocks
+pkgname=(python-pysocks python2-pysocks)
+pkgver=1.7.1
+_commit=f660e75d4844e64e4b162b0c01f8df8d866ee000
+pkgrel=4
+pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
+arch=('any')
+license=('BSD')
+url="https://github.com/Anorov/PySocks;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('lib32-glibc')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/Anorov/PySocks/archive/$_commit.tar.gz;)
+sha512sums=('d5db8d55603758cecd0e4974729df437febcfabe8a80dcbfe6132d0ce5a23caeccfefff01bf918cdbb9f26db4cb795d26ed1f3c536c415b496e4ac1bd43e9240')
+
+prepare() {
+  mv PySocks-{$_commit,$pkgver}
+  cp -a PySocks-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PySocks-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PySocks-$pkgver-py2
+  python2 setup.py build
+}
+
+# Tests disabled as it requires external services to run
+# Fox: Removed depends. I didn't want to remove the code<3
+check_disabled() {
+  cd "$srcdir"/PySocks-$pkgver-py2/test
+  python2 socks4server.py &
+  _SOCKS4SERVER=$!
+  python2 httpproxy.py &
+  _HTTPPROXY=$1
+
+  ./mocks start
+
+  sleep 1
+
+  python2 sockstest.py
+
+  cd "$srcdir"/PySocks-$pkgver/test
+  python sockstest.py
+
+  ./mocks shutdown
+
+  kill $_SOCKS4SERVER $_HTTPPROXY
+}
+
+package_python-pysocks() {
+  depends=('python')
+  provides=('python-socks')
+  replaces=('python-socks')
+
+  cd PySocks-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+package_python2-pysocks() {
+  depends=('python2')
+  provides=('python2-socks')
+  replaces=('python2-socks')
+
+  cd PySocks-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2021-03-10 Thread Morten Linderud via arch-commits
Date: Wednesday, March 10, 2021 @ 23:21:39
  Author: foxboron
Revision: 887365

upgpkg: python-pysocks 1.7.1-4 - Removed python2 checkdepends

Modified:
  python-pysocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:21:23 UTC (rev 887364)
+++ PKGBUILD2021-03-10 23:21:39 UTC (rev 887365)
@@ -5,13 +5,13 @@
 pkgname=(python-pysocks python2-pysocks)
 pkgver=1.7.1
 _commit=f660e75d4844e64e4b162b0c01f8df8d866ee000
-pkgrel=3
+pkgrel=4
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')
 license=('BSD')
 url="https://github.com/Anorov/PySocks;
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
+checkdepends=('lib32-glibc')
 
source=("$pkgbase-$_commit.tar.gz::https://github.com/Anorov/PySocks/archive/$_commit.tar.gz;)
 
sha512sums=('d5db8d55603758cecd0e4974729df437febcfabe8a80dcbfe6132d0ce5a23caeccfefff01bf918cdbb9f26db4cb795d26ed1f3c536c415b496e4ac1bd43e9240')
 
@@ -29,6 +29,7 @@
 }
 
 # Tests disabled as it requires external services to run
+# Fox: Removed depends. I didn't want to remove the code<3
 check_disabled() {
   cd "$srcdir"/PySocks-$pkgver-py2/test
   python2 socks4server.py &


[arch-commits] Commit in haskell-tasty-quickcheck/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:21:23
  Author: felixonmars
Revision: 887364

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 887363, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 887363, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:21:23 UTC (rev 887364)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.1.2
+pkgrel=111
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('61cdecdf932b32da7b9c0df8249797725fd62fc1380f5b95984543c2757f49103cf3555e5ebbc800fa6457e7ca509ae44f4e7bf54241f8bf6cba05b3cca24a78')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-tasty-quickcheck/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:21:09
  Author: felixonmars
Revision: 887363

upgpkg: haskell-tasty-quickcheck 0.10.1.2-111: rebuild with tasty 1.4.0.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:20:28 UTC (rev 887362)
+++ PKGBUILD2021-03-10 23:21:09 UTC (rev 887363)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.2
-pkgrel=110
+pkgrel=111
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-temporary/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:20:28
  Author: felixonmars
Revision: 887362

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-temporary/repos/community-staging-x86_64/
  haskell-temporary/repos/community-staging-x86_64/PKGBUILD
(from rev 887361, haskell-temporary/trunk/PKGBUILD)

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

Copied: haskell-temporary/repos/community-staging-x86_64/PKGBUILD (from rev 
887361, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:20:28 UTC (rev 887362)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.3
+pkgrel=227
+pkgdesc="Portable temporary file and directory support"
+url="https://www.github.com/batterseapower/temporary;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random')
+makedepends=('ghc')
+checkdepends=('haskell-base-compat' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3078caf54da95c4efa9e9c936b35a98b62296ecce2242cd4e103605a9d29e8a9d6c7027dbf50d02b6a893bea558ea5b07dbb1df7c59bf26d86db76ccf112f25')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:20:15
  Author: felixonmars
Revision: 887361

upgpkg: haskell-temporary 1.3-227: rebuild with tasty 1.4.0.1

Modified:
  haskell-temporary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:19:33 UTC (rev 887360)
+++ PKGBUILD2021-03-10 23:20:15 UTC (rev 887361)
@@ -4,7 +4,7 @@
 _hkgname=temporary
 pkgname=haskell-temporary
 pkgver=1.3
-pkgrel=226
+pkgrel=227
 pkgdesc="Portable temporary file and directory support"
 url="https://www.github.com/batterseapower/temporary;
 license=("BSD")


[arch-commits] Commit in haskell-tasty-hunit/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:19:33
  Author: felixonmars
Revision: 887360

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 887359, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
887359, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:19:33 UTC (rev 887360)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.3
+pkgrel=107
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-tasty-hunit/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:19:20
  Author: felixonmars
Revision: 887359

upgpkg: haskell-tasty-hunit 0.10.0.3-107: rebuild with tasty 1.4.0.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:18:43 UTC (rev 887358)
+++ PKGBUILD2021-03-10 23:19:20 UTC (rev 887359)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.3
-pkgrel=106
+pkgrel=107
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tf-random/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:18:43
  Author: felixonmars
Revision: 887358

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tf-random/repos/community-staging-x86_64/
  haskell-tf-random/repos/community-staging-x86_64/PKGBUILD
(from rev 887357, haskell-tf-random/trunk/PKGBUILD)

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

Copied: haskell-tf-random/repos/community-staging-x86_64/PKGBUILD (from rev 
887357, haskell-tf-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:18:43 UTC (rev 887358)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander Rødseth 
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.5
+pkgrel=250
+pkgdesc='High-quality splittable pseudorandom number generator'
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-primitive')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a766909571b4b37da9fa1aa9739bd2db8c32c0f64452fd7c3717f4578090e5227b763772858c6c311c5f366dd461421ffc3beb295455902fea1fb133deb7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-tf-random/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:18:30
  Author: felixonmars
Revision: 887357

upgpkg: haskell-tf-random 0.5-250: rebuild with tasty 1.4.0.1

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:17:51 UTC (rev 887356)
+++ PKGBUILD2021-03-10 23:18:30 UTC (rev 887357)
@@ -3,7 +3,7 @@
 _hkgname=tf-random
 pkgname=haskell-tf-random
 pkgver=0.5
-pkgrel=249
+pkgrel=250
 pkgdesc='High-quality splittable pseudorandom number generator'
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


[arch-commits] Commit in haskell-test-framework-quickcheck2/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:17:51
  Author: felixonmars
Revision: 887356

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD
(from rev 887355, haskell-test-framework-quickcheck2/trunk/PKGBUILD)

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

Copied: 
haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD 
(from rev 887355, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:17:51 UTC (rev 887356)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-quickcheck2
+pkgname=haskell-test-framework-quickcheck2
+pkgver=0.3.0.5
+pkgrel=234
+pkgdesc="QuickCheck-2 support for the test-framework package"
+url="https://haskell.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 'haskell-quickcheck' 
'haskell-extensible-exceptions'
+ 'haskell-random')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<3/;s/< *1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-test-framework-quickcheck2/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:17:38
  Author: felixonmars
Revision: 887355

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-234: rebuild with tasty 
1.4.0.1

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:17:00 UTC (rev 887354)
+++ PKGBUILD2021-03-10 23:17:38 UTC (rev 887355)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=233
+pkgrel=234
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/;
 license=("BSD")


[arch-commits] Commit in haskell-quickcheck-classes-base/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:17:00
  Author: felixonmars
Revision: 887354

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD
(from rev 887353, haskell-quickcheck-classes-base/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 887353, haskell-quickcheck-classes-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:17:00 UTC (rev 887354)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-classes-base
+pkgname=haskell-quickcheck-classes-base
+pkgver=0.6.1.0
+pkgrel=134
+pkgdesc="QuickCheck common typeclasses from 'base'"
+url="https://github.com/andrewthad/quickcheck-classes;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-contravariant'
+ 'haskell-quickcheck' 'haskell-tagged')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('039b1d22ed67de6cedd98b41c61f6a6cd96a6d91e4fc074db7fde2af53a5c24ef429dc3c59cde01532478d94bef7486819c2dc9300826b8ac1669e1f3bec7550')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/fail$/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-quickcheck-classes-base/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:16:46
  Author: felixonmars
Revision: 887353

upgpkg: haskell-quickcheck-classes-base 0.6.1.0-134: rebuild with tasty 1.4.0.1

Modified:
  haskell-quickcheck-classes-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:16:01 UTC (rev 887352)
+++ PKGBUILD2021-03-10 23:16:46 UTC (rev 887353)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
 pkgver=0.6.1.0
-pkgrel=133
+pkgrel=134
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes;
 license=('MIT')


[arch-commits] Commit in haskell-stringbuilder/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:16:01
  Author: felixonmars
Revision: 887352

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-stringbuilder/repos/community-staging-x86_64/
  haskell-stringbuilder/repos/community-staging-x86_64/PKGBUILD
(from rev 887351, haskell-stringbuilder/trunk/PKGBUILD)

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

Copied: haskell-stringbuilder/repos/community-staging-x86_64/PKGBUILD (from rev 
887351, haskell-stringbuilder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:16:01 UTC (rev 887352)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stringbuilder
+pkgname=haskell-stringbuilder
+pkgver=0.5.1
+pkgrel=179
+pkgdesc="A writer monad for multi-line string literals"
+url="https://github.com/sol/stringbuilder;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09cbf01dce82b325393c0d6f0264792695d528a184052f5e1d5dbd3fc181fd11c280e77ba445f1e44c6a8dabc0b267aa90f4a9f1fc34135f1b741d2a5dca9369')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:15:48
  Author: felixonmars
Revision: 887351

upgpkg: haskell-stringbuilder 0.5.1-179: rebuild with tasty 1.4.0.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-stringbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:15:10 UTC (rev 887350)
+++ PKGBUILD2021-03-10 23:15:48 UTC (rev 887351)
@@ -4,7 +4,7 @@
 _hkgname=stringbuilder
 pkgname=haskell-stringbuilder
 pkgver=0.5.1
-pkgrel=178
+pkgrel=179
 pkgdesc="A writer monad for multi-line string literals"
 url="https://github.com/sol/stringbuilder;
 license=("MIT")


[arch-commits] Commit in haskell-hspec-meta/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:15:10
  Author: felixonmars
Revision: 887350

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 887349, haskell-hspec-meta/trunk/PKGBUILD)

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

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
887349, haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:15:10 UTC (rev 887350)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.7.8
+pkgrel=29
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-setenv' 'haskell-random' 
'haskell-quickcheck-io'
+ 'haskell-ansi-terminal' 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f3a6dc3159090b505b67eb9a852b7a56ef19985984e7326ffc7812af56d87c9418d5ad69e181bf777cdee39c146575a5fec2174dd94c2a3926a15ebcb45f22d0')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-meta/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:14:55
  Author: felixonmars
Revision: 887349

upgpkg: haskell-hspec-meta 2.7.8-29: rebuild with tasty 1.4.0.1

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:13:56 UTC (rev 887348)
+++ PKGBUILD2021-03-10 23:14:55 UTC (rev 887349)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.7.8
-pkgrel=28
+pkgrel=29
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-quickcheck-io/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:13:56
  Author: felixonmars
Revision: 887348

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-io/repos/community-staging-x86_64/
  haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD
(from rev 887347, haskell-quickcheck-io/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD (from rev 
887347, haskell-quickcheck-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:13:56 UTC (rev 887348)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-io
+pkgname=haskell-quickcheck-io
+pkgver=0.2.0
+pkgrel=276
+pkgdesc="Use HUnit assertions as QuickCheck properties"
+url="https://github.com/hspec/quickcheck-io;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-quickcheck-io/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:13:43
  Author: felixonmars
Revision: 887347

upgpkg: haskell-quickcheck-io 0.2.0-276: rebuild with tasty 1.4.0.1

Modified:
  haskell-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:13:07 UTC (rev 887346)
+++ PKGBUILD2021-03-10 23:13:43 UTC (rev 887347)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
 pkgver=0.2.0
-pkgrel=275
+pkgrel=276
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io;
 license=('MIT')


[arch-commits] Commit in haskell-quickcheck/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:13:07
  Author: felixonmars
Revision: 887346

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck/repos/community-staging-x86_64/
  haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 887345, haskell-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
887345, haskell-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:13:07 UTC (rev 887346)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.14.2
+pkgrel=123
+pkgdesc='Automatic testing of Haskell programs'
+url='https://hackage.haskell.org/package/QuickCheck'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure \
+-O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplateHaskell
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -D -m744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:12:54
  Author: felixonmars
Revision: 887345

upgpkg: haskell-quickcheck 2.14.2-123: rebuild with tasty 1.4.0.1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:11:18 UTC (rev 887344)
+++ PKGBUILD2021-03-10 23:12:54 UTC (rev 887345)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.14.2
-pkgrel=122
+pkgrel=123
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')


[arch-commits] Commit in haskell-test-framework-hunit/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:11:18
  Author: felixonmars
Revision: 887344

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 887343, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 887343, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:11:18 UTC (rev 887344)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=242
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-test-framework-hunit/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:11:04
  Author: felixonmars
Revision: 887343

upgpkg: haskell-test-framework-hunit 0.3.0.2-242: rebuild with tasty 1.4.0.1

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:10:27 UTC (rev 887342)
+++ PKGBUILD2021-03-10 23:11:04 UTC (rev 887343)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=241
+pkgrel=242
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


[arch-commits] Commit in haskell-test-framework/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:10:27
  Author: felixonmars
Revision: 887342

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework/repos/community-staging-x86_64/
  haskell-test-framework/repos/community-staging-x86_64/PKGBUILD
(from rev 887341, haskell-test-framework/trunk/PKGBUILD)

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

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 887341, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:10:27 UTC (rev 887342)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.2.0
+pkgrel=241
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
+ 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;s/< 
*1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+# --enable-tests \  Doesn't work with new QuickCheck
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-test-framework/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:10:14
  Author: felixonmars
Revision: 887341

upgpkg: haskell-test-framework 0.8.2.0-241: rebuild with tasty 1.4.0.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:09:31 UTC (rev 887340)
+++ PKGBUILD2021-03-10 23:10:14 UTC (rev 887341)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=240
+pkgrel=241
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


[arch-commits] Commit in haskell-random/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:09:31
  Author: felixonmars
Revision: 887340

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-random/repos/community-staging-x86_64/
  haskell-random/repos/community-staging-x86_64/PKGBUILD
(from rev 887339, haskell-random/trunk/PKGBUILD)

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

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
887339, haskell-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:09:31 UTC (rev 887340)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.2.0
+pkgrel=176
+pkgdesc="Pseudo-random number generation"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-splitmix')
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-doctest' 'haskell-mwc-random' 'haskell-primitive' 
'haskell-smallcheck'
+  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-smallcheck' 
'haskell-unliftio'
+  'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e482f318c245d87824d440885c4ecbd1c9bd85a3b3aa4d7fbb4a82da0cfd31749caa9ff7881c94b731035133fd1d550a0cb8bd4da958d3c72519bddcadc6c2e5')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d tasty-expected-failure -u doctest -u mwc-random -u tasty 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:09:17
  Author: felixonmars
Revision: 887339

upgpkg: haskell-random 1.2.0-176: rebuild with tasty 1.4.0.1 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:08:29 UTC (rev 887338)
+++ PKGBUILD2021-03-10 23:09:17 UTC (rev 887339)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.0
-pkgrel=175
+pkgrel=176
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


[arch-commits] Commit in haskell-splitmix/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:08:29
  Author: felixonmars
Revision: 887338

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-splitmix/repos/community-staging-x86_64/
  haskell-splitmix/repos/community-staging-x86_64/PKGBUILD
(from rev 887337, haskell-splitmix/trunk/PKGBUILD)

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

Copied: haskell-splitmix/repos/community-staging-x86_64/PKGBUILD (from rev 
887337, haskell-splitmix/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:08:29 UTC (rev 887338)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=splitmix
+pkgname=haskell-splitmix
+pkgver=0.1.0.3
+pkgrel=81
+pkgdesc="Fast Splittable PRNG"
+url="https://github.com/haskellari/splitmix;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
+ 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('22a3f0759e1c1150aabde01a77b48087509dfc7ff9614e97e5e06af73f533170993ff2e18101d940e7ddba81b8d6e496795be3851fccfa07b75e9d922f325064')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:08:16
  Author: felixonmars
Revision: 887337

upgpkg: haskell-splitmix 0.1.0.3-81: rebuild with tasty 1.4.0.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:07:37 UTC (rev 887336)
+++ PKGBUILD2021-03-10 23:08:16 UTC (rev 887337)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.1.0.3
-pkgrel=80
+pkgrel=81
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/haskellari/splitmix;
 license=('BSD')


[arch-commits] Commit in haskell-math-functions/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:07:37
  Author: felixonmars
Revision: 887336

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-math-functions/repos/community-staging-x86_64/
  haskell-math-functions/repos/community-staging-x86_64/PKGBUILD
(from rev 887335, haskell-math-functions/trunk/PKGBUILD)

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

Copied: haskell-math-functions/repos/community-staging-x86_64/PKGBUILD (from 
rev 887335, haskell-math-functions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:07:37 UTC (rev 887336)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=math-functions
+pkgname=haskell-math-functions
+pkgver=0.3.4.1
+pkgrel=129
+pkgdesc="Special functions and Chebyshev polynomials"
+url="https://github.com/bos/math-functions;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" 
"haskell-vector")
+makedepends=('ghc' 'haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e87a50f10e1afc08acc3900983dcfe85eb46563260c0b52a73ac44c9d83b903dbf3cd59ba0b96f8d4dafc3ff5bb70fb47d04cb8a7a2aec42545096d4a86c2d34')
+
+build() {
+cd $_hkgname-$pkgver
+ 
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+   
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-system-expm1
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-math-functions/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:07:23
  Author: felixonmars
Revision: 887335

upgpkg: haskell-math-functions 0.3.4.1-129: rebuild with tasty 1.4.0.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:06:31 UTC (rev 887334)
+++ PKGBUILD2021-03-10 23:07:23 UTC (rev 887335)
@@ -4,7 +4,7 @@
 _hkgname=math-functions
 pkgname=haskell-math-functions
 pkgver=0.3.4.1
-pkgrel=128
+pkgrel=129
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions;
 license=("BSD")


[arch-commits] Commit in haskell-vector-th-unbox/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:06:31
  Author: felixonmars
Revision: 887334

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-th-unbox/repos/community-staging-x86_64/
  haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD
(from rev 887333, haskell-vector-th-unbox/trunk/PKGBUILD)

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

Copied: haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD (from 
rev 887333, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:06:31 UTC (rev 887334)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.9
+pkgrel=3
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="https://github.com/tsurucapital/vector-th-unbox;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-data-default')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('837d5cf4404c3754e737bf472866f48765f08bfa9f8b1022df2272d3a6ea2e33288a696f1aa284139752d9d0a2d7def3e7d5424cdacdf091dc8fc13f4e086487')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:06:18
  Author: felixonmars
Revision: 887333

upgpkg: haskell-vector-th-unbox 0.2.1.9-3: rebuild with tasty 1.4.0.1

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 23:05:37 UTC (rev 887332)
+++ PKGBUILD2021-03-10 23:06:18 UTC (rev 887333)
@@ -4,7 +4,7 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://github.com/tsurucapital/vector-th-unbox;
 license=("BSD")


[arch-commits] Commit in haskell-vector/repos (2 files)

2021-03-10 Thread Felix Yan via arch-commits
Date: Wednesday, March 10, 2021 @ 23:05:37
  Author: felixonmars
Revision: 887332

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector/repos/community-staging-x86_64/
  haskell-vector/repos/community-staging-x86_64/PKGBUILD
(from rev 887331, haskell-vector/trunk/PKGBUILD)

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

Copied: haskell-vector/repos/community-staging-x86_64/PKGBUILD (from rev 
887331, haskell-vector/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-10 23:05:37 UTC (rev 887332)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.12.2.0
+pkgrel=39
+pkgdesc="Efficient Arrays"
+url="https://hackage.haskell.org/package/vector;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-primitive')
+makedepends=('ghc' 'haskell-base-orphans' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+sha512sums=('4956900347c694468388d217ef7583dc1a5117386be7c8d61fe6bcadd82c47e9a169f4aeac91a41b4974918df3e6439d9b1a448fd4237f261ce2338688d0d7a9')
+
+build() {
+  cd "$srcdir"/vector-${pkgver}
+
+  if (( CHECKFUNC )); then
+  _opts=('--enable-tests')
+  else
+  _opts=('--disable-tests')
+  fi
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+  --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd vector-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd "$srcdir"/vector-${pkgver}
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}


  1   2   3   >