SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-hgdistver rpm build for : openSUSE Leap 42. For other distributions click python-hgdistver.

Name : python-hgdistver
Version : 0.17 Vendor : obs://build_opensuse_org/devel:languages:python
Release : 1.2 Date : 2017-09-19 12:09:15
Group : Development/Languages/Python Source RPM : python-hgdistver-0.17-1.2.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Utility lib to generate python package version infos from mercurial tags
Description :
This module is a simple drop-in to support setup.py
in mercurial based projects.

Alternatively it can be a setup time requirement.

Its supposed to generate version numbers from mercurials meta-data.
It tries to use the current tag and
falls back to the next reachable tagged ancestor and
using the distance to it as .post marker.

It uses 4 strategies to archive its task:

1. try to directly ask hg for the tag/distance
2. try to infer it from the `.hg_archival.txt` file
3. try to use the cache file if it exists
4. try to read the version from the \'PKG-INFO\' file sdists contain (this is a nasty abuse)

The most simple usage is::

from setuptools import setup
from hgdistver import get_version
setup(
...,
version=get_version(),
...,
)

`get_version` takes the optional argument `cachefile`,
which causes it to store the version info in a python script instead
of abusing PKG-INFO from a sdist.


The setup requirement usage is::

from setuptools import setup
setup(
...,
get_version_from_hg=True,
setup_requires=[\'hgdistver\'],
...,
)

The requirement uses the setup argument cache_hg_version_to instead of cachefile.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python/openSUSE_Leap_42.1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-hgdistver

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/hgdistver-0.17-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/hgdistver.py
/usr/lib/python2.7/site-packages/hgdistver.pyc
/usr/share/doc/packages/python-hgdistver
/usr/share/doc/packages/python-hgdistver/README.txt

 
ICM