[arch-commits] Commit in python-atom/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed May 26 13:20:06 UTC 2021
Date: Wednesday, May 26, 2021 @ 13:20:06
Author: jelle
Revision: 946639
Cleanup of python-setuptools dependency for console scripts
Modified:
python-atom/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-26 13:08:37 UTC (rev 946638)
+++ PKGBUILD 2021-05-26 13:20:06 UTC (rev 946639)
@@ -3,12 +3,13 @@
_name=atom
pkgname=python-atom
pkgver=0.6.0
-pkgrel=3
+pkgrel=4
pkgdesc='Memory efficient Python objects'
arch=(x86_64)
url='https://github.com/nucleic/atom'
license=('BSD' 'custom')
-depends=(python python-setuptools)
+depends=(python)
+makedepends=(python-setuptools python-cppy)
checkdepends=(python-pytest)
source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
More information about the arch-commits
mailing list