summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2022-09-29 10:58:11 +0300
committerChristoph Fink2022-09-29 10:58:11 +0300
commitd351d515ad1d679b4e23cc0aa218afbf1eac0cdb (patch)
tree3b2eee8a22f0ab26eff4329b7c867dfed519c9bf
parenta7ce9ad3226fc4800128113bdadec35ceb11930c (diff)
downloadaur-d351d515ad1d679b4e23cc0aa218afbf1eac0cdb.tar.gz
upgpkg: python-fasttext-git v0.9.2.r8.g3697152-1
purge python2 deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01e9972f9674..a1fdee287138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-fasttext-git
pkgdesc = Library for fast text representation and classification – Python bindings
- pkgver = v0.1.0.r85.g25c3994
- pkgrel = 3
+ pkgver = v0.9.2.r8.g3697152
+ pkgrel = 1
url = https://github.com/facebookresearch/fastText
arch = any
license = BSD
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = pybind11
depends = python-future
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index dd0969b83905..791543cf7d79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ url="https://github.com/facebookresearch/fastText"
provides=("python-fasttext")
conflicts=("python-fasttext")
-pkgver=v0.1.0.r85.g25c3994
-pkgrel=3
+pkgver=v0.9.2.r8.g3697152
+pkgrel=1
arch=("any")
license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
+makedepends=("python-setuptools")
depends=("pybind11" "python-future" "python-numpy" "python-scipy" "python-pytorch")
source=("${pkgname}::git+https://github.com/facebookresearch/fastText.git")