[arch-commits] Commit in python-markups/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat May 15 16:45:43 UTC 2021


    Date: Saturday, May 15, 2021 @ 16:45:43
  Author: jlichtblau
Revision: 934725

upgpkg: python-markups 3.1.0-1 - new upstream release

Modified:
  python-markups/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 16:36:25 UTC (rev 934724)
+++ PKGBUILD	2021-05-15 16:45:43 UTC (rev 934725)
@@ -3,8 +3,8 @@
 
 _pkgname=Markups
 pkgname=python-markups
-pkgver=3.0.0
-pkgrel=10
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Wrapper around various text markups'
 arch=('any')
 url='https://launchpad.net/python-markups'
@@ -12,10 +12,11 @@
 depends=('python-markdown-math' 'python-setuptools')
 optdepends=('python-docutils: for reStructuredText language support'
             'python-pygments: for highlighting output style')
-makedepends=('python-docutils' 'python-pygments')
+makedepends=('python-docutils' 'python-pygments' 'python-wheel')
+checkdepends=('python-tox')
 source=($pkgname-$pkgver.tar.gz::http://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})
-sha256sums=('1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39'
+sha256sums=('e152b33c4205abe1fb90e01cb82b717d2cb469d5db006e3829a7d68df1c7f78b'
             'SKIP')
 validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # Dmitry Shachnev <mitya57 at debian.org>
 
@@ -25,12 +26,6 @@
   python setup.py build
 }
 
-check() {
-  cd "${srcdir}"/${_pkgname}-${pkgver}
-
-  python setup.py test
-}
-
 package() {
   cd "${srcdir}"/${_pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build



More information about the arch-commits mailing list