Date: Tuesday, January 24, 2023 @ 08:50:18
  Author: dvzrv
Revision: 1388036

upgpkg: python-django-compressor 4.3.1-1: Upgrade to 4.3.1.

Remove unneeded checkdepends.

Modified:
  python-django-compressor/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-24 08:40:24 UTC (rev 1388035)
+++ PKGBUILD    2023-01-24 08:50:18 UTC (rev 1388036)
@@ -2,7 +2,7 @@
 
 _name=django_compressor
 pkgname=python-django-compressor
-pkgver=4.3
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Compresses linked and inline javascript or CSS into a single cached 
file"
 arch=(any)
@@ -10,22 +10,29 @@
 license=(Apache BSD MIT)
 depends=(python-django-appconf python-rcssmin python-rjsmin)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-beautifulsoup4 python-brotli python-calmjs python-coverage
-python-csscompressor python-django-sekizai python-html5lib python-jinja
-python-lxml slimit)
+checkdepends=(
+  python-beautifulsoup4
+  python-brotli
+  python-calmjs
+  python-csscompressor
+  python-django-sekizai
+  python-html5lib
+  python-jinja
+  python-lxml
+)
 optdepends=(
   'python-beautifulsoup4: for compressor.parser.BeautifulSoupParser and 
compressor.parser.LxmlParser'
   'python-brotli: for compressor.storage.BrotliCompressorFileStorage'
   'python-calmjs: for compressor.filters.jsmin.CalmjsFilter'
   'python-csscompressor: for compressor.filters.cssmin.CSSCompressorFilter'
+  'python-django-sekizai: for including template code into main template'
   'python-html5lib: for compressor.parser.Html5LibParser'
   'python-jinja: for jinja2 templating support'
   'python-lxml: for compressor.parser.LxmlParser'
-  'python-django-sekizai: for including template code into main template'
 )
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('babd371362600d9c62ccb173cb6432d80525a0d72709cd760a2906a22318d57ddfc879969ab6b478c7f48682e09850c724c96e8818d81353e9e81b9590dfa755')
-b2sums=('11eedaedd0205d5006a7dcea1201e024c54337f5869852f33574454a719bf4f6af91e5e0eeb55b2fcc10b0e33e3fb94d6ad98d23dfc8689fafd32e79c7e4172f')
+sha512sums=('285dfd21f4b2e25788151f1ac652cbd1302958454872769c6a0d88f5b003de75e93471ec50efdea37388f3050e25a5b4063261d4f635dfcc8fd4edf27c57aa43')
+b2sums=('8048c55d3bc62e15c8093d8feb134ff87b05188c0ad755e30c76b090a9717dd3796f6b4efc32ec7bd502051b1bc0b3d68332dae728acd5b7a0b9c2158016af71')
 
 prepare() {
   cd $_name-$pkgver

Reply via email to