Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37835770
en ru br
ALT Linux repos
S:1.1-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%global srcname pyRFC3339

Name: python3-module-pyrfc3339
Version: 1.1
Release: alt2

Summary: Generate and parse RFC 3339 timestamps

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/pyRFC3339

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-%version.tar.gz

Source: %srcname-%version.tar

BuildArch: noarch

Provides: python3-module-rfc3339 = %EVR
Obsoletes: python3-module-rfc3339


BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-setuptools

# --- unit tests ---

#BuildRequires: python3-nose
#BuildRequires: python3-pytz

%description
This package contains a python library to parse and generate
RFC 3339-compliant timestamps using Python datetime.datetime objects.

%prep
%setup -n %srcname-%version

%build
%python3_build

%install
%python3_install

%check
#__python setup.py test
#if_with python3
#__python3 setup.py test
#endif

%files
%doc README.rst
%doc LICENSE.txt
%python3_sitelibdir/pyrfc3339/
%python3_sitelibdir/%srcname-%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