Author: krejzi
Date: Sat Aug 26 03:45:57 2017
New Revision: 19096

Log:
Fix python-six currency

Modified:
   trunk/scripts/blfs-chapter13.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Sat Aug 26 01:15:01 2017        (r19095)
+++ trunk/scripts/blfs-chapter13.php    Sat Aug 26 03:45:57 2017        (r19096)
@@ -34,7 +34,7 @@
 $ignores[ 'python'       ] = '';
 $ignores[ 'python1'      ] = '';
 
-//$current="LWP-Protocol-https";  // For debugging
+//$current="six";  // For debugging
 
 $regex = array();
 $regex[ 'check'   ] = "/^.*Check (\d[\d\.]+\d).*$/";
@@ -364,6 +364,10 @@
    array( 'pkg'     => 'scour',
           'match'   => '^.*$',
           'replace' => "https://github.com/scour-project/scour/releases"; ),
+
+   array( 'pkg'     => 'six',
+          'match'   => '^.*$',
+          'replace' => "https://pypi.python.org/pypi/six"; ),
 );
 
 /*
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to