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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 18:04:18 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:04:17
  Author: felixonmars
Revision: 521521

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:04:07 UTC (rev 521520)
+++ PKGBUILD	2019-10-31 18:04:17 UTC (rev 521521)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=simplebayes
-pkgname=python-simplebayes
-pkgver=1.5.7
-pkgrel=3
-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 521520, python-simplebayes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:04:17 UTC (rev 521521)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=simplebayes
+pkgname=python-simplebayes
+pkgver=1.5.7
+pkgrel=4
+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