Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37541600
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-mockup

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname mockup

Name: python3-module-%oname
Version: 3.1.1
Release: alt1

Summary: A collection of client side patterns for faster and easier web development
License: BSD
Group: Development/Python3
Url: https://pypi.python.org/pypi/mockup/
BuildArch: noarch

# https://github.com/plone/mockup.git

Source0: %name-%version.tar.gz

BuildRequires(pre): rpm-build-python3


%description
Plone Mockup is an ongoing effort to modernize Plone's javascript
story.

The Goals of Mockup:

1. Standardize configuration of patterns implemented in js to use HTML
  data attributes, so they can be developed without running a backend
  server.
2. Use modern AMD approach to declaring dependencies on other js libs.
3. Full unit testing of js

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: %name = %EVR

%description tests
Plone Mockup is an ongoing effort to modernize Plone's javascript
story.

This package contains tests for %oname.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
%__python3 setup.py test

%files
%doc *.rst
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/tests

%files tests
%python3_sitelibdir/*/tests


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin