Package Details: traffictoll-git 1.5.0.r1.g4569b4c-1

Git Clone URL: https://aur.archlinux.org/traffictoll-git.git (read-only, click to copy)
Package Base: traffictoll-git
Description: NetLimiter-like traffic shaping for Linux
Upstream URL: https://github.com/cryzed/TrafficToll
Keywords: bandwith-limiting networking qos tc traffic-control traffic-shaping
Licenses: GPL3
Conflicts: traffictoll
Submitter: mser
Maintainer: None
Last Packager: mser
Votes: 5
Popularity: 0.000000
First Submitted: 2020-01-31 00:11 (UTC)
Last Updated: 2021-09-13 16:54 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2021-09-12 18:21 (UTC)

Please add git to makedepends

mser commented on 2020-05-27 16:43 (UTC) (edited on 2020-05-27 16:44 (UTC) by mser)

@grinderz:

Sorry, I didn't get around to test this earlier.

However, I've now tested this on my end but couldn't reproduce it. When I build the package it creates the virtual environment in a temporary directory (as intended):

==> Starting build()...
Creating virtualenv traffictoll-oVvQ9swP-py3.8 in /tmp/tmp.gjMTh66I3C/.cache/pypoetry/virtualenvs

It also doesn't seem to create any other Poetry-related directories/files in the user home dir (as it shouldn't).

mser commented on 2020-05-08 16:47 (UTC)

grinderz, thanks for the report. Weird, I could've sworn this was working as intended when I tested it. I will look into it.

grinderz commented on 2020-05-08 16:42 (UTC)

poetry build still create virtual env dir at user home ((

mser commented on 2020-01-31 01:26 (UTC) (edited on 2020-01-31 01:26 (UTC) by mser)

Thank you, fixed.

yochananmarqos commented on 2020-01-31 00:52 (UTC)

Tags are available, please use:

pkgver() {
  cd "${srcdir}/${_pkgname}"
  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.2.r0.g0add8b6