Package Details: python-lesscpy 0.15.1-2

Git Clone URL: https://aur.archlinux.org/python-lesscpy.git (read-only, click to copy)
Package Base: python-lesscpy
Description: Python LESS compiler
Upstream URL: https://github.com/lesscpy/lesscpy
Licenses: MIT
Submitter: renatocan
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 7
Popularity: 0.000045
First Submitted: 2017-07-22 00:30 (UTC)
Last Updated: 2023-09-06 02:52 (UTC)

Latest Comments

xiota commented on 2023-09-05 06:05 (UTC)

If possible, should update to PEP 517 install.

carlosal1015 commented on 2022-02-09 15:00 (UTC)

Thank you @jamincollins, please let us know if something is missing for improve the PKGBUILD.

jamincollins commented on 2022-01-14 23:14 (UTC)

Fails to build with current versions of python in a clean environment.

The following diff fixes this:

diff --git a/PKGBUILD b/PKGBUILD
index 88f35227018006a80850534d4aff6dd1830eab6e..8d3768887e1c28e6b53aade4940aadf9b1301647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgrel=2
 pkgdesc="Python LESS compiler"
 url="https://github.com/lesscpy/lesscpy"
 depends=('python' 'python-ply')
-makedepends=('python3' )
+makedepends=('python3'
+             'python-setuptools')
 license=('MIT')
 arch=('any')
 source=('https://github.com/lesscpy/lesscpy/archive/0.13.0.tar.gz')

Eldeberen commented on 2021-07-15 13:15 (UTC)

Here an up-to-date PKGBUILD for reference: https://haste.breizh.pm/imupiriyem.pkgbuild

It uses some variables to save precious seconds when updating it ;)

renatocan commented on 2018-04-06 19:06 (UTC)

Thanks @dianlujitao. I've added python-ply as a dependence.

MoetaYuko commented on 2018-04-06 08:14 (UTC)

Missing dependence python-ply