Sunpoet Po-Chuan Hsieh
41021e54a1
Update to 5.5.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2019-01-24 17:38:14 +00:00
Sunpoet Po-Chuan Hsieh
e8f7d354f7
Update to 5.4.8
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-11-01 19:14:12 +00:00
Sunpoet Po-Chuan Hsieh
fb7561bf6d
Update to 5.4.7
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-08-16 23:41:57 +00:00
Sunpoet Po-Chuan Hsieh
fc47b7548e
Update to 5.4.6
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-06-24 20:18:40 +00:00
Mathieu Arnold
4376dbbb58
Use PY_FLAVOR for dependencies.
...
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
0f4a1a4df3
Update to 5.4.5
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-04-15 20:03:16 +00:00
Sunpoet Po-Chuan Hsieh
079b5c1c41
Update to 5.4.4
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-04-14 23:58:35 +00:00
Sunpoet Po-Chuan Hsieh
3d89de41ff
Update to 5.4.3
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2018-01-02 15:33:18 +00:00
Sunpoet Po-Chuan Hsieh
9eed2876db
Mark CONFLICTS_INSTALL with sysutils/py-psutil121
2017-12-27 19:51:45 +00:00
Sunpoet Po-Chuan Hsieh
5d138ea27f
Update to 5.4.2
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-12-11 10:38:50 +00:00
Mathieu Arnold
551be3c723
Convert Python ports to FLAVORS.
...
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Sunpoet Po-Chuan Hsieh
63ac469e79
Update to 5.4.1
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-11-09 19:44:21 +00:00
Sunpoet Po-Chuan Hsieh
84cb389043
Update to 5.4.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-10-13 09:19:44 +00:00
Sunpoet Po-Chuan Hsieh
6f4e40fc71
Update to 5.3.1
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-09-10 13:09:04 +00:00
Sunpoet Po-Chuan Hsieh
68b418e6f3
Update to 5.3.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-09-02 14:23:49 +00:00
Sunpoet Po-Chuan Hsieh
9b7fdc5459
Update to 5.2.2
...
- Regenerate patch file with makepatch:
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-04-11 15:56:03 +00:00
Sunpoet Po-Chuan Hsieh
a19b704f17
Update to 5.2.1
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-03-26 21:24:20 +00:00
Gleb Smirnoff
7919ba38d7
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
...
stopped being exported.
2017-03-21 08:38:28 +00:00
Sunpoet Po-Chuan Hsieh
9db9f1381d
Update to 5.2.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-03-06 15:49:40 +00:00
Sunpoet Po-Chuan Hsieh
1e51433890
Update to 5.1.3
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-08 23:45:50 +00:00
Sunpoet Po-Chuan Hsieh
ae11844deb
Update to 5.1.2
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-05 10:06:12 +00:00
Sunpoet Po-Chuan Hsieh
0c80f5a817
Update to 5.1.1
...
- Add TEST_DEPENDS
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-05 05:30:17 +00:00
Sunpoet Po-Chuan Hsieh
589e4b4932
Update to 5.1.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-02-02 13:30:51 +00:00
Sunpoet Po-Chuan Hsieh
1c48dcab58
- Update to 5.0.1
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2017-01-01 21:41:02 +00:00
Sunpoet Po-Chuan Hsieh
84fb76de30
- Update to 5.0.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-11-24 16:10:16 +00:00
Sunpoet Po-Chuan Hsieh
519aeae074
- Update to 4.4.2
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-11-19 17:07:29 +00:00
Sunpoet Po-Chuan Hsieh
262f42ee5e
- Update to 4.3.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-06-26 17:23:04 +00:00
Sunpoet Po-Chuan Hsieh
9024668b48
- Update to 4.2.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-05-19 03:42:44 +00:00
Sunpoet Po-Chuan Hsieh
69c94cb54e
- Update to 4.1.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-03-13 14:56:03 +00:00
Sunpoet Po-Chuan Hsieh
f19fd8d3b2
- Update to 4.0.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2016-03-06 06:24:15 +00:00
Sunpoet Po-Chuan Hsieh
ccf1891e41
- Add LICENSE_FILE
2015-12-25 19:44:22 +00:00
Sunpoet Po-Chuan Hsieh
3eaec9237d
- Update to 3.3.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2015-12-11 05:28:40 +00:00
Sunpoet Po-Chuan Hsieh
c3a379d27f
- Update to 3.2.2
...
- Reformat pkg-descr
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2015-10-04 17:59:45 +00:00
Sunpoet Po-Chuan Hsieh
5d059778c9
- Update to 3.2.0
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
PR: 202882
Submitted by: olivierd
2015-09-07 17:51:19 +00:00
Sunpoet Po-Chuan Hsieh
ee12d9589b
- Allow concurrent installation (USE_PYTHON=concurrent)
2015-08-31 13:32:51 +00:00
Sunpoet Po-Chuan Hsieh
89eecd5982
- Update to 3.1.1
...
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2015-07-26 15:22:53 +00:00
Sunpoet Po-Chuan Hsieh
6305149e65
- Update to 2.2.1
...
- Update WWW
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notified by: koobs
2015-02-18 16:19:31 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
...
Notified by: koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
88cb8f1f75
- Use USES=python
2014-08-15 03:02:35 +00:00
Sunpoet Po-Chuan Hsieh
81404a8446
- Update to 2.1.1
...
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
2014-05-02 09:41:10 +00:00
Sunpoet Po-Chuan Hsieh
1a93ca3b59
- Update to 2.1.0
...
- Strip shared library
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
2014-04-12 21:23:13 +00:00
Sunpoet Po-Chuan Hsieh
64f941aa29
- Update to 2.0.0
...
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
2014-03-11 18:02:31 +00:00
Sunpoet Po-Chuan Hsieh
33ca090f48
- Remove unnecessary PYDISTUTILS_PKGNAME
...
- Remove post-patch:
- Bump PORTREVISION for package change
2014-03-08 10:54:21 +00:00
Sunpoet Po-Chuan Hsieh
4a42b3cf46
- Update to 1.2.1
...
- Update MASTER_SITES
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
PR: ports/184802
Submitted by: Gasol Wu <gasol.wu@gmail.com>
2013-12-23 18:30:01 +00:00
Sunpoet Po-Chuan Hsieh
3afd0ac562
- Update LICENSE
2013-12-23 17:08:12 +00:00
Sunpoet Po-Chuan Hsieh
5dc7df39c8
- Use PYDISTUTILS_AUTOPLIST
...
Suggested by: mva
2013-11-30 09:15:17 +00:00
Sunpoet Po-Chuan Hsieh
8341761039
- Use PYTHON_PY3K_PLIST_HACK
2013-11-29 22:40:06 +00:00
Sunpoet Po-Chuan Hsieh
2fa8c8a074
- Support STAGEDIR
2013-11-20 03:21:52 +00:00
Baptiste Daroussin
83f65384c9
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
2013-09-20 23:05:58 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1
- Cosmetic change
2013-09-07 17:53:23 +00:00