Date: Sunday, January 1, 2023 @ 16:08:19
  Author: jelle
Revision: 1372785

upgpkg: python-markups 3.1.3-2: Drop python-setuptools as dependency

Modified:
  python-markups/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 15:59:58 UTC (rev 1372784)
+++ PKGBUILD    2023-01-01 16:08:19 UTC (rev 1372785)
@@ -4,15 +4,15 @@
 _pkgname=Markups
 pkgname=python-markups
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper around various text markups'
 arch=('any')
 url='https://launchpad.net/python-markups'
 license=('BSD')
-depends=('python-markdown-math' 'python-setuptools')
+depends=('python-markdown-math')
 optdepends=('python-docutils: for reStructuredText language support'
             'python-pygments: for highlighting output style')
-makedepends=('python-docutils' 'python-pygments' 'python-wheel')
+makedepends=('python-docutils' 'python-pygments' 'python-wheel' 
'python-setuptools')
 checkdepends=('python-tox')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/retext-project/pymarkups/archive/$pkgver.tar.gz)
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})

Reply via email to