Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37727948
en ru br
ALT Linux repositórios
S:1.22.19-alt1
5.0: 0.4pseudo_really0.2-alt3.1
4.1: 0.4pseudo_really0.2-alt3.1

Group :: Desenvolvimento/Python
RPM: yarn

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define version 0.4pseudo_really0.2
%define release alt3

Packager: Denis Medvedev <nbr at altlinux.ru>
Summary: A Python/Twisted library for working with messages in many different formats and protocols
Name: yarn
Version: %version
Release: %release.1
Source: yarn-%version-%release.tar.bz2
License: GPL
Group: Development/Python
Url: http://yarnproject.org

BuildPreReq: python python-module-twisted python-dev python-module-setuptools
Requires: python python-module-twisted
%description
A Python/Twisted library for working with messages in many different formats and protocols, such as RSS and mail messages.



%prep
%setup -n yarn-%version-%release

%build
mkdir -p buildroot

# Unfortunately build and install steps should be done at once

# because otherwise .pyo files won't get into INSTALLED_FILES
# record
CFLAGS="%optflags" %__python setup.py \
       install --optimize=2 \
               --root=`pwd`/buildroot \
               --record=INSTALLED_FILES
             
%install
mkdir %buildroot/
cp -pr buildroot/* %buildroot/
unset RPM_PYTHON

%files -f INSTALLED_FILES


%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