summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-07-28 15:02:20 +0200
committerj.r2020-07-28 15:02:20 +0200
commit413972c0be9d606da709093cf5c3f95e09e89b76 (patch)
tree9fbd8db9c113fe09216efe85069dbb4bb1e12534
parent39a729039b48b033cbe0f433d9d600892621cf9b (diff)
downloadaur-413972c0be9d606da709093cf5c3f95e09e89b76.tar.gz
Remove python-dephell as dependency
* Upstream added setup.py * dephell was a hell of dependencys for such a little program
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 1 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa5def7adc8..ce6717d7392b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = telegram-tg
url = https://github.com/paul-nameless/tg
arch = any
license = Unlicense
- makedepends = python-dephell
depends = python-telegram
depends = python3
optdepends = libnotify: for notifications, you could also use other programs: see config
diff --git a/PKGBUILD b/PKGBUILD
index 3e37c81bfa27..0996f4fbb6f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/paul-nameless/tg"
license=('Unlicense')
depends=('python-telegram' 'python3')
-makedepends=('python-dephell')
+makedepends=()
optdepends=(
'libnotify: for notifications, you could also use other programs: see config'
'ffmpeg: to record voice msgs and upload videos correctly'
@@ -18,12 +18,6 @@ conflicts=('telegram-tg-git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=('a2a3bcba007c1a79585b62511ecfc318')
-prepare() {
- cd "$_pkgname-$pkgver"
-
- dephell deps convert --from pyproject.toml --to setup.py
-}
-
build() {
cd "$_pkgname-$pkgver"