Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
591bd6bbb9 | ||
|
|
20858ea9ba | ||
|
|
28ce1c0507 | ||
|
|
4f9054d23b | ||
|
|
b1c66a63c4 | ||
|
|
08fa723457 | ||
|
|
01fb8a8030 | ||
|
|
9901980fcc | ||
|
|
fe06b78eab | ||
|
|
a816b92753 | ||
|
|
f88f2d2b6a | ||
|
|
1b2ec8576e | ||
|
|
5dd913f991 | ||
|
|
950bca2e64 | ||
|
|
0fc034f78f | ||
|
|
9fb2d6787a | ||
|
|
79040e28f4 | ||
|
|
a49eb689b9 | ||
|
|
9bb00e46d1 | ||
|
|
19e02754e6 | ||
|
|
073fd660b8 | ||
|
|
366894f9b0 | ||
|
|
8d94297d3a | ||
|
|
53a9005403 | ||
|
|
1656c79003 |
4 changed files with 1 additions and 110 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/v0.3.0.tar.gz
|
||||
/v0.3.2.tar.gz
|
||||
/adapt-0.3.3.tar.gz
|
||||
/adapt-0.3.4.tar.gz
|
||||
105
adapt.spec
105
adapt.spec
|
|
@ -1,105 +0,0 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
%global with_tests 0
|
||||
|
||||
Name: adapt
|
||||
Version: 0.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mycroft's Adapt Intent Parser
|
||||
License: ASL 2.0
|
||||
URL: https://adapt.mycroft.ai/
|
||||
Source0: https://github.com/MycroftAI/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%if 0%{?with_tests}
|
||||
BuildRequires: python3dist(six)
|
||||
BuildRequires: python3dist(pyee) = 5
|
||||
BuildRequires: python3-pep8
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Adapt Intent Parser is a flexible and extensible intent definition and
|
||||
determination framework. It is intended to parse natural language text into a
|
||||
structured intent that can then be invoked programatically.
|
||||
|
||||
%package -n python3-adapt
|
||||
Summary: A python3 library for Adapt Intent Parser
|
||||
%{?python_provide:%python_provide python3-adapt}
|
||||
|
||||
%description -n python3-adapt
|
||||
A python3 library for Adapt Intent Parser.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
rm -rf adapt-parser.egg-info
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%if %{with_tests}
|
||||
%{__python3} setup.py test
|
||||
%endif
|
||||
|
||||
%files -n python3-adapt
|
||||
%license LICENSE.md
|
||||
%{python3_sitelib}/%{name}_parser-%{version}*
|
||||
%{python3_sitelib}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.4-1
|
||||
- Update to 0.3.4
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-5
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 2 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.3-1
|
||||
- Update to 0.3.3
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-2
|
||||
- Enable python dependency generator
|
||||
|
||||
* Sat Dec 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.2-1
|
||||
- Update to 0.3.2
|
||||
- License changed to Apache 2.0
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-6
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Sun May 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0-5
|
||||
- Drop python2 support
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.0-3
|
||||
- Fix ambiguous Python 2 dependency declarations
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Mar 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0-1
|
||||
- Initial package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Mycroft is dead and as a result this is unmaintained
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (adapt-0.3.4.tar.gz) = 97e8ce688711066e8468e89f5f9b2816e8b8283e3bdce18f2549720b7bb6c9f5aa8a241ddf1f41fa0e9cc2f79764a458f4bc2ffd31810f04dde54e49605f307e
|
||||
Loading…
Add table
Add a link
Reference in a new issue