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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:31:47 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:31:46
  Author: foutrelis
Revision: 750063

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:31:44 UTC (rev 750062)
+++ PKGBUILD	2020-11-11 10:31:46 UTC (rev 750063)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=simplebayes
-pkgname=python-simplebayes
-pkgver=1.5.7
-pkgrel=5
-pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier Python library"
-arch=(any)
-url="https://github.com/hickeroar/simplebayes"
-license=(MIT)
-depends=(python)
-makedepends=(git python-setuptools)
-_commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
-source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $_pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-simplebayes/repos/community-staging-any/PKGBUILD (from rev 750062, python-simplebayes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:31:46 UTC (rev 750063)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=simplebayes
+pkgname=python-simplebayes
+pkgver=1.5.7
+pkgrel=6
+pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier Python library"
+arch=(any)
+url="https://github.com/hickeroar/simplebayes"
+license=(MIT)
+depends=(python)
+makedepends=(git python-setuptools)
+_commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
+source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list