Package Details: python-yattag 1.15.2-1

Git Clone URL: https://aur.archlinux.org/python-yattag.git (read-only, click to copy)
Package Base: python-yattag
Description: Python library for generating HTML or XML in a pythonic way.
Upstream URL: http://yattag.org
Licenses: LGPL
Submitter: 2bluesc
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 9
Popularity: 0.036401
First Submitted: 2016-01-26 05:24 (UTC)
Last Updated: 2024-05-26 15:40 (UTC)

Latest Comments

yangwenbo99 commented on 2024-05-26 04:33 (UTC)

FYI

_pkgname=yattag
pkgname=python-${_pkgname}
pkgver=1.15.2
pkgrel=0
pkgdesc='Python library for generating HTML or XML in a pythonic way.'
url='http://yattag.org'
depends=('python')
makedepends=('python-build'
             'python-installer'
             'python-setuptools'
             'python-wheel')
license=('LGPL')
arch=('any')
source=("https://pypi.python.org/packages/source/y/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('aad9f540bd22dc503e5b5506cc47856facf081aa71fd35f727371b63e1e402bf')

Coelacanthus commented on 2024-01-16 16:38 (UTC)

Please follow RFC16 use SPDX identifier.

https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst

BrainDamage commented on 2019-12-09 12:04 (UTC)

setuptools are only required to compile the package, not run it please change the deps to:

depends=('python') makedepends=('python-setuptools' 'python2-setuptools')