Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5431b4115a | ||
|
|
69d34ed714 | ||
|
|
325b65d2d9 | ||
|
|
1f968302ef | ||
|
|
6471547940 | ||
|
|
329f46b340 | ||
|
|
a08a21fd73 | ||
|
|
1eecf89f35 | ||
|
|
1f16f2344b | ||
|
|
2499cb39fd | ||
|
|
ef22150722 | ||
|
|
a4b103ea05 | ||
|
|
bd4b6ba124 | ||
|
|
5ea9e79605 |
5 changed files with 1 additions and 60 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/sgmanager-2.0.0~git+116.a420e38.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# sgmanager
|
||||
|
||||
The sgmanager package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
%global revnum 146
|
||||
%global commit 861aa67c37bd5939e87ae2d87de62c3ca652258f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: sgmanager
|
||||
Version: 2.0.0
|
||||
Release: 1+201801213git+%{revnum}.%{shortcommit}%{?dist}
|
||||
Summary: OpenStack Security Groups Management Tool
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/gooddata/sgmanager
|
||||
Source: %{url}/archive/%{commit}/%{name}-%{version}~git+%{revnum}.%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: /usr/bin/flit
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(orderedset)
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
|
||||
%build
|
||||
FLIT_NO_NETWORK=1 flit build --format wheel
|
||||
|
||||
%install
|
||||
%py3_install_wheel sgmanager-2.0.0-py3-none-any.whl
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -vv
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/sgmanager
|
||||
%{python3_sitelib}/sgmanager-*.dist-info/
|
||||
%{python3_sitelib}/sgmanager/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-1+201801213git+146.861aa67
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Dec 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-0+201801213git+146.861aa67
|
||||
- Update to latest snapshot
|
||||
|
||||
* Tue Sep 04 2018 Igor Gnatenko <igor@gooddata.com> - 2.0.0-0+20180906git+116.a420e38
|
||||
- Initial package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (sgmanager-2.0.0~git+116.a420e38.tar.gz) = 52013686a5a49687a742e002f059684542b55732c7983d81ef91d318a731b167bc99ef753e7d0d7898706496a5a2c097dbce33cf5bce7e4a6500c38d546bff6b
|
||||
Loading…
Add table
Add a link
Reference in a new issue