Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37555885
en ru br
ALT Linux repositórios
S:1.0.1-alt4.git20120312

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname bunch

Name: python3-module-%oname
Version: 1.0.1
Release: alt4.git20120312
Summary: A dot-accessible dictionary (a la JavaScript objects)
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/bunch/

# https://github.com/dsc/bunch.git

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

BuildRequires(pre): rpm-build-python3
%py3_provides %oname

%description
Bunch is a dictionary that supports attribute-style access, a la
JavaScript.

%package test
Summary: Test for %oname
Group: Development/Python3
Requires: %name = %EVR

%description test
Bunch is a dictionary that supports attribute-style access, a la
JavaScript.

This package contains test for %oname.

%prep
%setup
sed -i 's/rU/r/' setup.py

%build
%python3_build

%install
%python3_install

%files
%doc README*
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/test.py
%exclude %python3_sitelibdir/*/*/test.*

%files test
%python3_sitelibdir/*/test.py
%python3_sitelibdir/*/*/test.*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009