[packages/slacksend] new, version 0.1

glen glen at pld-linux.org
Sat Mar 5 20:26:24 CET 2016


commit cae6bbc035e87987448f87d9a0096eb930c6e66c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 5 21:25:36 2016 +0200

    new, version 0.1

 slacksend.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/slacksend.spec b/slacksend.spec
new file mode 100644
index 0000000..3fe0e73
--- /dev/null
+++ b/slacksend.spec
@@ -0,0 +1,42 @@
+Summary:	Sends messages to Slack's incoming webhooks via CLI
+Name:		slacksend
+Version:	0.1
+Release:	1
+License:	MIT
+Group:		Applications/Networking
+Source0:	https://pypi.python.org/packages/source/s/slacksend/%{name}-%{version}.tar.gz
+# Source0-md5:	c6ec90dba9d1c0b3aae091a54b476585
+URL:		https://github.com/mtorromeo/slacksend
+BuildRequires:	python3-modules
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sends messages to Slack's incoming webhooks via CLI
+
+CLI tool to send messages to the Incoming webhook of Slack
+<https://slack.com>.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.rst LICENSE
+%attr(755,root,root) %{_bindir}/slacksend
+%{py3_sitescriptdir}/slacksend.py
+%{py3_sitescriptdir}/__pycache__/slacksend.*.pyc
+%{py3_sitescriptdir}/slacksend-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/slacksend.git/commitdiff/cae6bbc035e87987448f87d9a0096eb930c6e66c



More information about the pld-cvs-commit mailing list