The NetBSD Project

CVS log for pkgsrc/devel/py-dialog2/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-dialog2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Sat Nov 27 16:41:45 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED

devel/py-dialog2: removed; use py-dialog instead

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 20 11:57:30 2020 UTC (4 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 4 17:17:06 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (colored)

py-dialog{2}: updated to 3.5.1

Main changes in version 3.5.1

The main changes in version 3.5.1 are:

The default used when the PATH environment variable is unset is now "/bin:/usr/bin" instead of ":/bin:/usr/bin". This is relevant when the dialog argument of the Dialog constructor contains no slash (/), which is the case by default. The benefit of this change is that in such a situation (PATH unset and dialog argument containing no slash), the dialog-like program will not be searched in the current directory anymore (unless of course the current directory is /bin or /usr/bin). This is a much safer behavior; fortunately, the risky behavior only ever existed on bogus setups where the PATH environment variable is unset.

Note that in this respect, we have been following what the GNU C Library (glibc) does for its execvp() functionãàÇÕhe corresponding change in glibc happened in version 2.24, released in 2016.

When a Dialog instance is created, it now immediately stores the result of calling os.path.realpath() on the specified executable (which is searched using the PATH if the dialog argument passed to the constructor contains no slashãàÇÄf. documentation of the Dialog constructor). This way, a pythondialog-based program can change its current directory after creating a Dialog instance without fearing that this might cause subsequent Dialog method calls to fail or to invoke an executable from a different directory (additionally, os.path.realpath() resolves symbolic links).

The Python 2 backport of pythondialog has been released for this version and should be on par with pythondialog 3.5.1 (this is why version 3.5.0 of the backport has been skipped). The packaging of the backport has been switched from distutils to setuptools too, just as was done in pythondialog 3.5.0 (see below). As a consequence, it is now available in wheel format. However, as said above, Python 2 is deprecated and the Python 2 backport of pythondialog is not supported anymore. Don't expect any further updates to it.


Main changes in version 3.5.0

The main change in version 3.5.0 is:

pythondialog's packaging has been switched from distutils to setuptools (this is the modern way, see the Python Packaging User Guide). Thanks to this change, pythondialog is now available in wheel format. The normal installation method using pip didn't change (see the INSTALL file for details).

The Python 2 backport of pythondialog has not been released for this version (version 3.5.1 will be the last one).

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:37 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 3 10:18:27 2019 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

devel/py-*: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:43 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:51 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:10 2018 UTC (5 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:32 2017 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Add python-3.6 to incompatible versions.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 11 10:11:07 2016 UTC (7 years, 5 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update devel/py-dialog2 to 3.4.0.

- The Python 2 backport has been updated to this version.
- Add method Dialog.editbox_str(). This is a convenience wrapper around
  Dialog.editbox() that automatically creates and deletes a temporary
  file containing the initial box contents, which is passed as a string
  (Dialog.editbox() needs it in a file).
- Add the week_start common option, mapped to dialog's --week-start
  option (it is useful with the calendar widget). The value may be an
  integer or a string (cf. dialog's manual page for more details).

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:40 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:36 2015 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 1 08:32:51 2015 UTC (8 years, 4 months ago) by fhajny
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update devel/py-dialog and devel/py-dialog2 to 3.3.0.

Main changes in version 3.3.0
- Allow passing dialog arguments via a temporary file.
- Bug fix in Dialog._dialog_version_check().

Main changes in version 3.2.2
- Fix backend version check for buildlist, programbox, rangebox
  and treeview.
- Bug fixes related to old versions of dialog (e.g., 1.1-20100428)
  and Python.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 11 20:14:58 2015 UTC (9 years, 3 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1

Add ports for pythondialog and python2-pythondialog, frontends to the
"dialog" utility.

From DESCR:
pythondialog is a Python wrapper for the dialog utility originally
written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
purpose is to provide an easy to use, pythonic and comprehensive Python
interface to dialog. This allows one to make simple text-mode user
interfaces on Unix-like systems (including Linux).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>