<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/setup.py, branch eric-wieser-patch-1</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: remove unused stdlib imports</title>
<updated>2018-09-30T17:22:49+00:00</updated>
<author>
<name>Emil Hessman</name>
<email>emil@hessman.se</email>
</author>
<published>2018-09-30T17:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e07b0fce7844a227fa05e4f20772ec9cc5bf9912'/>
<id>e07b0fce7844a227fa05e4f20772ec9cc5bf9912</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use entry_points to install the f2py scripts.</title>
<updated>2018-08-23T19:51:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-22T17:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f22a33b71dc767d81ed60f40c3b84456d2a33f79'/>
<id>f22a33b71dc767d81ed60f40c3b84456d2a33f79</id>
<content type='text'>
This adds entry_points for the f2py scripts. The installed scripts
differ between Windows and other environments.

* On Windows, the only script installed is 'f2py'. This works well in
  that environment because each Python version is installed in its own
  directory, making it easy to keep the differing script versions
  separate.

* Otherwise, three scripts are installed, 'f2py', 'f2py' + 'minor', and
  'f2py' + 'major.minor'. For instance, if Numpy is installed by
  Python 2.7, then the installed scripts will be named 'f2py', 'f2py2',
  and 'f2py2.7'. That naming scheme is used for back compatibility, and
  also so that more than one Python version can be dealt with in a way
  common to many Linux distros. Note that 'f2py' will always point to
  the latest install and 'f2py(2|3)' to the latest Python (2|3) install

The script tests have been modified to check for the new environment
and the code previously used to install the scripts has been removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds entry_points for the f2py scripts. The installed scripts
differ between Windows and other environments.

* On Windows, the only script installed is 'f2py'. This works well in
  that environment because each Python version is installed in its own
  directory, making it easy to keep the differing script versions
  separate.

* Otherwise, three scripts are installed, 'f2py', 'f2py' + 'minor', and
  'f2py' + 'major.minor'. For instance, if Numpy is installed by
  Python 2.7, then the installed scripts will be named 'f2py', 'f2py2',
  and 'f2py2.7'. That naming scheme is used for back compatibility, and
  also so that more than one Python version can be dealt with in a way
  common to many Linux distros. Note that 'f2py' will always point to
  the latest install and 'f2py(2|3)' to the latest Python (2|3) install

The script tests have been modified to check for the new environment
and the code previously used to install the scripts has been removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typos</title>
<updated>2018-02-16T16:16:52+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-02-16T16:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6512040a6506f0fe501e4398b1a6375a80829b40'/>
<id>6512040a6506f0fe501e4398b1a6375a80829b40</id>
<content type='text'>
Found via `codespell -q 3 -I ../numpy-whitelist.txt`  
Whitelist consists of:  
```
amin
ans
behaviour
cancellation
dum
initialise
ith
nd
ot
splitted
writeable
```
 
.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell -q 3 -I ../numpy-whitelist.txt`  
Whitelist consists of:  
```
amin
ans
behaviour
cancellation
dum
initialise
ith
nd
ot
splitted
writeable
```
 
.</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Make PEP8 fixes in numpy/f2py</title>
<updated>2015-07-26T05:18:23+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-07-26T04:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a0121573e6685f09e5f613280d616070b8ff99cb'/>
<id>a0121573e6685f09e5f613280d616070b8ff99cb</id>
<content type='text'>
Decided to bite the bullet on this one. The code is certainly more
readable, so should be easier to fix if we need to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Decided to bite the bullet on this one. The code is certainly more
readable, so should be easier to fix if we need to.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: revert use of !python for bdist_mpkg scripts</title>
<updated>2015-05-05T19:06:47+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2015-05-05T19:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2bc2676c8c2f750b61444560c9f7661cb0c15c6a'/>
<id>2bc2676c8c2f750b61444560c9f7661cb0c15c6a</id>
<content type='text'>
bdist_mpkg is a very crude install method that will assume the path to
Python, so we should not use the `#!python` form when installing scripts
in bdist_mpkg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bdist_mpkg is a very crude install method that will assume the path to
Python, so we should not use the `#!python` form when installing scripts
in bdist_mpkg.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add bdist_mpkg, bdist_wininst to binary dists</title>
<updated>2015-04-29T21:45:17+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2015-04-29T21:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=19220c47cf6138b4f42f67b9b4d80f2575e22145'/>
<id>19220c47cf6138b4f42f67b9b4d80f2575e22145</id>
<content type='text'>
Add other binary distribution formats to list of build commands that
should generate !python shebang lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add other binary distribution formats to list of build commands that
should generate !python shebang lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix f2py shebang line for bdist wheel, egg</title>
<updated>2015-04-29T20:11:38+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2015-04-29T20:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fee5ec41de8ebb1b0be0b97aab27d8c672d8ea44'/>
<id>fee5ec41de8ebb1b0be0b97aab27d8c672d8ea44</id>
<content type='text'>
Command `bdist_wheel` was generating a shebang line for f2py that uses
the Python path for the building Python.  If we are building a wheel or
an egg, use the generic `#!python` shebang line for the f2py script
instead, which setuptools will modify at install time.

Closes gh-5812.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Command `bdist_wheel` was generating a shebang line for f2py that uses
the Python path for the building Python.  If we are building a wheel or
an egg, use the generic `#!python` shebang line for the f2py script
instead, which setuptools will modify at install time.

Closes gh-5812.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: make f2py an executable module</title>
<updated>2015-03-08T12:38:41+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-02-13T00:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a81e323cb29506db3305bf08c7ddb2072bec73fb'/>
<id>a81e323cb29506db3305bf08c7ddb2072bec73fb</id>
<content type='text'>
allows pep 338 execution via python -mnumpy.f2py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allows pep 338 execution via python -mnumpy.f2py
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove obsolete version checks</title>
<updated>2014-10-15T21:12:20+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-15T21:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03f0aebf1a43c672f17e89382804809601828111'/>
<id>03f0aebf1a43c672f17e89382804809601828111</id>
<content type='text'>
minimum requirement is python2.6, this allows removing a couple 2.3 and
2.4 checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minimum requirement is python2.6, this allows removing a couple 2.3 and
2.4 checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove references to missing files from install.</title>
<updated>2014-08-29T17:00:36+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-29T16:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=42aa77ff622fbcf7604a7842babb2c3a9961209a'/>
<id>42aa77ff622fbcf7604a7842babb2c3a9961209a</id>
<content type='text'>
The following directories and files have been moved or deleted

    numpy/lib/benchmarks
    numpy/f2py/docs
    numpy/f2py/f2py.1

This PR removes references to them from the relevant setup.py files.

Closes #5010.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following directories and files have been moved or deleted

    numpy/lib/benchmarks
    numpy/f2py/docs
    numpy/f2py/f2py.1

This PR removes references to them from the relevant setup.py files.

Closes #5010.
</pre>
</div>
</content>
</entry>
</feed>
