summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2022-09-29 10:49:44 +0300
committerChristoph Fink2022-09-29 10:49:44 +0300
commitf1d740ae21ec4a43916ca533b19fcc71217a4c3d (patch)
tree2d74428a06d64a39b6593b1fdc445b9334d6c58d
parentdbcf40e3347e75129cc64cdb64367b1205c6ed10 (diff)
downloadaur-f1d740ae21ec4a43916ca533b19fcc71217a4c3d.tar.gz
upgpkg: python-fasttext 0.9.2-3
purge python2 deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9eb549fda12..a3ed40cdd710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-fasttext
pkgdesc = Library for fast text representation and classification – Python bindings
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/facebookresearch/fastText
arch = x86_64
license = BSD
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = pybind11
depends = python-future
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 29b1392cc29c..5d39a128e09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ provides=("python-fasttext")
conflicts=("python-fasttext")
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
arch=("x86_64")
license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
+makedepends=("python-setuptools")
depends=("pybind11" "python-future" "python-numpy" "python-scipy" "python-pytorch")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/fastText/archive/v${pkgver}.tar.gz")