]> git.pld-linux.org Git - packages/python-pycassa.git/commitdiff
- cleanup master
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Dec 2021 16:24:23 +0000 (17:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Dec 2021 16:24:23 +0000 (17:24 +0100)
python-pycassa.spec

index 45d0781e2483e0be1d447a5a2f42bfd63043adbf..65da7f1533b3e791b6ed7d22aa319bdc05eafaee 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl.UTF-8):      Prosta biblioteka Pythona do Cassandry
 Name:          python-%{module}
 Version:       1.11.1
 Release:       4
-License:       MIT/apache
+License:       MIT/Apache
 Group:         Development/Languages/Python
 # https://github.com/downloads/pycassa/pycassa/pycassa-1.0.1.tar.gz
 # https://github.com/%{module}/%{module}/archive/v%{version}.tar.gz
@@ -27,11 +27,10 @@ interface, a method to map an existing class to a Cassandra
 ColumnFamily. Supports SuperColumns.
 
 %description -l pl.UTF-8
-Biblioteka dostępu do Cassandry dla Pythona posiadająca: Jednowątkowy
+Biblioteka dostępu do Cassandry dla Pythona posiadająca: jednowątkowy
 lub wielowątkowy interfejs, uproszczona wersję interfejsu thrift,
-metody do mapowania klas w ColumnFamily Cassandry. Wspiera obsługę
-superkolumn.
-
+metody do mapowania klas w ColumnFamily Cassandry. Obsługuje
+superkolumny.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -41,10 +40,9 @@ superkolumn.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %py_install
 
-%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
-%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_postclean
 
 %clean
@@ -65,7 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitescriptdir}/%{module}/contrib
 %{py_sitescriptdir}/%{module}/contrib/*.py[co]
 
-
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-*.egg-info
 %endif
This page took 0.159837 seconds and 4 git commands to generate.