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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname filedepot
# depends on unmaintained nose
%def_disable check

Name: python3-module-%oname
Version: 0.8.0
Release: alt1
Summary: Toolkit for storing files and attachments in web applications
License: MIT
Group: Development/Python3
BuildArch: noarch
Url: https://pypi.org/project/filedepot/

# https://github.com/amol-/depot.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

%py3_requires anyascii
%py3_provides %oname

%description
DEPOT is a framework for easily storing and serving files in web
applications on Python2.6+ and Python3.2+.

%prep
%setup

# drop boto-based connector (boto was replaced with boto3)

rm depot/io/awss3.py

%build
%python3_build

%install
%python3_install

%check

%files
%doc *.rst
%python3_sitelibdir/depot/
%python3_sitelibdir/%oname-%version-py%_python3_version.egg-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