diff options
author | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-17 16:44:57 +0000 |
---|---|---|
committer | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-17 16:44:57 +0000 |
commit | 1404283f980559ae80442f6d84fd5099670d5530 (patch) | |
tree | f3308e2d21e1a2255034eb437b24291b76ed56bc | |
parent | 1719e0ea0c84e32604d462cae1ff278ae7705f03 (diff) |
import_srpmmaster-backup
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tickle-me-email.spec | 92 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 94 insertions, 0 deletions
@@ -0,0 +1 @@ +/tickle-me-email-3.3.1.tar.gz diff --git a/python-tickle-me-email.spec b/python-tickle-me-email.spec new file mode 100644 index 0000000..92f80cd --- /dev/null +++ b/python-tickle-me-email.spec @@ -0,0 +1,92 @@ +# Created by pyp2rpm-3.0.2 +%global pypi_name tickle-me-email + +Name: python-%{pypi_name} +Version: 3.3.1 +Release: 1%{?dist} +Summary: Toolbox for implementing GTD-like behaviours in your IMAP inbox + +License: UNKNOWN +URL: https://chris-lamb.co.uk/projects/tickle-me-email +Source0: https://pypi.python.org/packages/23/3e/d53dc933618c18124e2e53924596fdb430e372c5615b69b69e389df6da09/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-setuptools +BuildRequires: python3-devel + +%description +tickle-me-email +=============== + +Toolbox for implementing GTD-like behaviours +in your IMAP inbox. + + +Examples +-------- + +* Print the current "TODO" list:: +$ tickle-me-email todo + +* Send a "TODO" email to yourself, injecting it via +IMAP:: + + $ tickle-me-email todo Empty recycle bin + + or:: + + $ echo Empty +recycle bin | tickle-me-email todo - + +* "Tickler" file email rotation from ... + +%package -n python3-%{pypi_name} +Summary: Toolbox for implementing GTD-like behaviours in your IMAP inbox +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +tickle-me-email +=============== + +Toolbox for implementing GTD-like behaviours +in your IMAP inbox. + + +Examples +-------- + +* Print the current "TODO" list:: +$ tickle-me-email todo + +* Send a "TODO" email to yourself, injecting it via +IMAP:: + + $ tickle-me-email todo Empty recycle bin + + or:: + + $ echo Empty +recycle bin | tickle-me-email todo - + +* "Tickler" file email rotation from ... + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + + +%files -n python3-%{pypi_name} +%doc README.rst +%{python3_sitelib}/tickle_me_email-%{version}-py?.?.egg-info + +%changelog +* Tue May 17 2016 copr-service - 3.3.1-1 +- Initial package.
\ No newline at end of file @@ -0,0 +1 @@ +256b0ae70aa9c3c3b469ff2527203ced tickle-me-email-3.3.1.tar.gz |