| *** dave-mccowan has quit IRC | 03:47 | |
| *** Bhujay has joined #openstack-telemetry | 03:56 | |
| *** Bhujay has quit IRC | 05:08 | |
| *** Bhujay has joined #openstack-telemetry | 05:10 | |
| *** psachin has joined #openstack-telemetry | 05:22 | |
| *** aagate has quit IRC | 05:44 | |
| *** gkadam has joined #openstack-telemetry | 06:29 | |
| *** swamireddy has quit IRC | 07:27 | |
| *** psachin has quit IRC | 08:57 | |
| *** rcernin has joined #openstack-telemetry | 09:06 | |
| *** rcernin has quit IRC | 10:35 | |
| *** psachin has joined #openstack-telemetry | 13:06 | |
| *** andymccr has quit IRC | 13:13 | |
| *** psachin has quit IRC | 13:15 | |
| zigo | jd_: Hey, why did you decide to use such a shitty thing as setuptools-scm ? | 13:30 |
|---|---|---|
| zigo | And better, what to do when building package and it tells: | 13:30 |
| zigo | LookupError: setuptools-scm was unable to detect version for '/<<PKGBUILDDIR>>'. | 13:30 |
| zigo | Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work. | 13:30 |
| zigo | For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj | 13:30 |
| zigo | :( | 13:30 |
| zigo | Oh... | 13:32 |
| zigo | export SETUPTOOLS_SCM_PRETEND_VERSION= | 13:32 |
| zigo | :) | 13:32 |
| zigo | And more exactly: | 13:33 |
| zigo | export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' -e 's/+dfsg1//' | head -n 1) | 13:33 |
| zigo | :P | 13:33 |
| *** gkadam has quit IRC | 16:08 | |
| *** Bhujay has quit IRC | 19:01 | |
| *** nijaba has quit IRC | 19:39 | |
| *** nijaba has joined #openstack-telemetry | 19:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!