Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37740450
en ru br
ALT Linux repos
S:6.1.3-alt1

Group :: Development/Python3
RPM: python3-module-docker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname docker

Name: python3-module-%oname
Version: 6.0.1
Release: alt1

Summary: Python client for Docker.

License: %asl
Group: Development/Python3
Url: https://github.com/docker/docker-py

Source: %oname-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-licenses
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-distribute python3-module-pip
BuildRequires: python3-module-setuptools python3-module-setuptools_scm
BuildRequires: python3-module-wheel

%description
An API client for docker written in Python

%prep
%setup -n %oname-%version

%build
%pyproject_build

%install
%pyproject_install

%filter_from_requires /python3[(]six.moves[)]/d

%files
%doc LICENSE README.md
# Exclude Windows specific stuff
%exclude %python3_sitelibdir/%oname/transport/npipesocket.py
%exclude %python3_sitelibdir/%oname/transport/npipeconn.py
%python3_sitelibdir/%oname/
%python3_sitelibdir/%oname-*.dist-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin