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

Group :: Development/Python3
RPM: python3-module-django-picklefield

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define module_name django-picklefield

Name: python3-module-%module_name
Version: 3.1.0
Release: alt1

Summary: django-picklefield provides an implementation of a pickled object field

License: MIT
Group: Development/Python3
URL: http://github.com/gintas/django-picklefield.git

Source0: %name-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-django

BuildArch: noarch

%description
django-picklefield provides an implementation of a pickled object field.
Such fields can contain any picklable objects.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc LICENSE README.rst
%python3_sitelibdir/django_picklefield*
%python3_sitelibdir/picklefield*

%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