Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0
python-pkginfo
python-pkginfo.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-pkginfo.spec of Package python-pkginfo
# # spec file for package python-pkginfo # # Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # Tests are currently broken. %bcond_with tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pkginfo Version: 1.4.1 Release: 0 Summary: Query metadatdata from sdists / bdists / installed packages License: MIT Group: Development/Languages/Python Url: http://pypi.python.org/pypi/pkginfo/ Source: https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} %if %{with tests} BuildRequires: %{python_module nose} %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires(post): update-alternatives Requires(preun): update-alternatives %python_subpackages %description This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop). %prep %setup -q -n pkginfo-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/pkginfo %if %{with tests} %check %{python_expand $python setup.py develop --user $python setup.py test -q } %endif %post %python_install_alternative pkginfo %preun %python_uninstall_alternative pkginfo %files %{python_files} %defattr(-,root,root,-) %doc README.txt CHANGES.txt LICENSE.txt TODO.txt %python_alternative %{_bindir}/pkginfo %{python_sitelib}/pkginfo %{python_sitelib}/pkginfo-%{version}-py*.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor