Commit graph

14 commits

Author SHA1 Message Date
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
adam
fdf8c07f8d py-altgraph: updated to 0.17.2
0.17.1
* Explicitly mark Python 3.10 as supported in wheel metadata.
2021-09-12 09:55:25 +00:00
adam
8a8009bbbc py-altgraph: updated to 0.17
0.17
Explicitly mark Python 3.8 as supported in wheel metadata.
Migrate from Bitbucket to GitHub
Run black on the entire repository
2020-03-15 22:55:54 +00:00
adam
0226c1a4a8 py-altgraph: updated to 0.16.1
0.16.1:
Explicitly mark Python 3.7 as supported in wheel metadata.

0.16:
Add LICENSE file
2018-08-07 06:18:53 +00:00
adam
934c2b7f0a py-altgraph: updated to 0.15
0.15
ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did).
2017-12-10 17:04:46 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
adam
d84916cef0 0.14
Remove use of iteritems in altgraph.GraphAlgo code

0.13
Graph._bfs_subgraph and back_bfs_subgraph return subgraphs with reversed edges
2017-07-30 17:45:41 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
rodent
40a0103dfe 0.12
----

- Added ``ObjectGraph.edgeData`` to retrieve the edge data
  from a specific edge.
- Added ``AltGraph.update_edge_data`` and ``ObjectGraph.updateEdgeData``
  to update the data associated with a graph edge.
2014-08-07 01:37:17 +00:00
wiz
a7db992dd5 Remove unnecessary comment. 2014-02-09 16:51:06 +00:00
rodent
03b7b57dce Import py27-altgraph-0.11 as graphics/py-altgraph.
altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.
2014-02-09 15:01:18 +00:00