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

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

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

Патч: python3-module-graphviz-0.20.1-alt1.patch
Скачать


 .gear/python3-module-graphviz.spec                 | 68 ++++++++++++++++++++++
 .gear/rules                                        |  3 +
 .../tags/a10bea671f9424524472cf261996cea6e657fb92  |  6 ++
 .gear/tags/list                                    |  1 +
 .gear/upstream/remotes                             |  3 +
 setup.cfg                                          |  1 -
 6 files changed, 81 insertions(+), 1 deletion(-)
diff --git a/.gear/python3-module-graphviz.spec b/.gear/python3-module-graphviz.spec
new file mode 100644
index 0000000..fbc3b28
--- /dev/null
+++ b/.gear/python3-module-graphviz.spec
@@ -0,0 +1,68 @@
+%define _unpackaged_files_terminate_build 1
+%define  modulename graphviz
+%def_enable check
+
+Name:    python3-module-%modulename
+Version: 0.20.1
+Release: alt1
+
+Summary: Simple Python interface for Graphviz
+License: MIT
+Group:   Development/Python3
+URL:     https://pypi.org/project/graphviz/
+VCS:     https://github.com/xflr6/graphviz
+
+BuildRequires(pre): rpm-build-python3
+BuildRequires: python3-module-setuptools
+BuildRequires: python3-module-wheel
+
+%if_enabled check
+# related https://bugzilla.altlinux.org/42311
+BuildRequires: fonts-ttf-dejavu
+BuildRequires: graphviz
+
+BuildRequires: python3-module-pytest-mock
+%endif
+
+BuildArch: noarch
+Source:  %name-%version.tar
+Patch0: %name-%version-%release.patch
+
+%description
+%summary
+
+%prep
+%setup
+%patch0 -p1
+
+sed -i '/^mock_use_standalone_module/d' setup.cfg
+
+%build
+%pyproject_build
+
+%install
+%pyproject_install
+
+%check
+%pyproject_run_pytest
+
+%files
+%python3_sitelibdir/%modulename/
+%python3_sitelibdir/%{pyproject_distinfo %modulename}
+
+%changelog
+* Mon May 15 2023 Anton Vyatkin <toni@altlinux.org> 0.20.1-alt1
+- New version 0.20.1 (Closes: #42049).
+
+* Fri Apr 01 2022 Stanislav Levin <slev@altlinux.org> 0.19.1-alt2
+- Fixed FTBFS (workaround for libpango-1.50.5).
+
+* Fri Dec 17 2021 Anton Farygin <rider@altlinux.ru> 0.19.1-alt1
+- 0.19.1
+
+* Mon Nov 29 2021 Anton Farygin <rider@altlinux.ru> 0.19-alt1
+- 0.19
+
+* Tue Dec 03 2019 Anton Farygin <rider@altlinux.ru> 0.13.2-alt1
+- first build for ALT
+
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4896a67
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+spec: .gear/python3-module-graphviz.spec
+diff: @version@:. .
diff --git a/.gear/tags/a10bea671f9424524472cf261996cea6e657fb92 b/.gear/tags/a10bea671f9424524472cf261996cea6e657fb92
new file mode 100644
index 0000000..2939f2e
--- /dev/null
+++ b/.gear/tags/a10bea671f9424524472cf261996cea6e657fb92
@@ -0,0 +1,6 @@
+object 1a9ebd130c029677aff37fd9d8733f4685a7d9a9
+type commit
+tag 0.20.1
+tagger Sebastian Bank <sebastian.bank@uni-leipzig.de> 1658575704 +0200
+
+0.20.1 release
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..fdfa729
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+a10bea671f9424524472cf261996cea6e657fb92 0.20.1
diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes
new file mode 100644
index 0000000..911ec70
--- /dev/null
+++ b/.gear/upstream/remotes
@@ -0,0 +1,3 @@
+[remote "upstream"]
+        fetch = +refs/heads/*:refs/remotes/upstream/*
+        url = https://github.com/xflr6/graphviz/
diff --git a/setup.cfg b/setup.cfg
index 7d58216..99bf9bb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,7 +22,6 @@ addopts =
   # - (p/P)assed (no output)
   -r fsxX
   --durations=10
-  --cov --cov-report=term --cov-report=html
   --strict-config --strict-markers
 mock_use_standalone_module = true
 log_cli = true
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin