File tree Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -389,15 +389,6 @@ Build the changelog and notes for upload with::
389
389
390
390
paver write_release_and_log
391
391
392
- The tar-files and binary releases for distribution should be uploaded to SourceForge,
393
- together with the Release Notes and the Changelog. Uploading can be done
394
- through a web interface or, more efficiently, through scp/sftp/rsync as
395
- described in the SourceForge
396
- `upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download >`_ (dead link).
397
- For example::
398
-
399
- scp <filename> <username>,numpy@frs.sourceforge.net:/home/frs/project/n/nu/numpy/NumPy/<releasedir>/
400
-
401
392
Update PyPI
402
393
-----------
403
394
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ class AliasedOptionError(DistutilsError):
456
456
457
457
class AtlasNotFoundError (NotFoundError ):
458
458
"""
459
- Atlas (http://math-atlas.sourceforge.net/ ) libraries not found.
459
+ Atlas (http://github.com/ math-atlas/math-atlas ) libraries not found.
460
460
Directories to search for the libraries can be specified in the
461
461
numpy/distutils/site.cfg file (section [atlas]) or by setting
462
462
the ATLAS environment variable."""
Original file line number Diff line number Diff line change 542
542
'ARRSIZE' ] = '#define ARRSIZE(dims,rank) (_PyArray_multiply_list(dims,rank))'
543
543
cppmacros ['OLDPYNUM' ] = """\
544
544
#ifdef OLDPYNUM
545
- #error You need to install Numeric Python version 13 or higher. Get it from http:/sourceforge.net/project/?group_id=1369
545
+ #error You need to install NumPy version 13 or higher. See https://scipy.org/install.html
546
546
#endif
547
547
"""
548
548
################# C functions ###############
Original file line number Diff line number Diff line change 12
12
paver write_release
13
13
paver write_note
14
14
15
- This automatically put the checksum into README.rst, and write the Changelog
16
- which can be uploaded to sourceforge.
15
+ This automatically put the checksum into README.rst, and writes the Changelog.
17
16
18
17
TODO
19
18
====
You can’t perform that action at this time.
0 commit comments