[python3-pocketlint] Initial import (#1200119).

clumens clumens at fedoraproject.org
Tue Mar 10 14:19:00 UTC 2015


commit fd27ad934ea64c6722b794af93f0fcc2e6348577
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Mar 10 10:18:23 2015 -0400

    Initial import (#1200119).

 .gitignore              |  1 +
 python3-pocketlint.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |  1 +
 3 files changed, 50 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5753a98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pocketlint-0.2.tar.gz
diff --git a/python3-pocketlint.spec b/python3-pocketlint.spec
new file mode 100644
index 0000000..c1f640d
--- /dev/null
+++ b/python3-pocketlint.spec
@@ -0,0 +1,48 @@
+Name:      python3-pocketlint
+Version:   0.2
+Release:   1%{?dist}
+Summary:   Support for running pylint against projects
+
+License:   GPLv2+
+Url:       https://github.com/rhinstaller/pocketlint
+Source0:   https://github.com/rhinstaller/pocketlint/archive/%{version}/pocketlint-%{version}.tar.gz
+
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3-pylint
+BuildRequires: python3-six
+
+Requires: python3-polib
+Requires: python3-pylint
+Requires: python3-six
+
+%description
+Addon pylint modules and configuration settings for checking the validity of
+Python-based source projects.
+
+%prep
+%setup -q -n pocketlint-%{version}
+
+%build
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%check
+make check
+
+%files
+%license COPYING
+%{python3_sitelib}/pocketlint*egg*
+%{python3_sitelib}/pocketlint/
+
+%changelog
+* Tue Mar 10 2015 Chris Lumens <clumens at redhat.com> - 0.2-1
+- BuildRequires python3-six too. (clumens)
+- Fix up Fedora package review problems (#1200119). (clumens)
+- Add translatepo from anaconda so the markup checker works. (clumens)
+
+* Mon Mar  9 2015 Chris Lumens <clumens at redhat.com> - 0.1-1
+- Initial packaging of pocketlint.
diff --git a/sources b/sources
index e69de29..38b5575 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f432e6f337e8a6eee16f83e75cdc4a29  pocketlint-0.2.tar.gz


More information about the scm-commits mailing list